.errorImg{
    width: 10%;
}

.maintainImg{
    width: 30%;
}
.error-caption {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      align-items: center;
      opacity: 100%;

  }

  .errorName {
      text-align: center;
      font-size: 10vw;
      color: #dd212c;
      text-shadow: 0 0 12px #dd212c;
  }
