.errorpage-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  animation-name: none;
  flex-direction: column;
  animation-delay: 0s;
  justify-content: flex-start;
  background-color: #ff0000;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
.errorpage-text {
  font-size: 80px;
  text-align: center;
  text-transform: uppercase;
}
.errorpage-container1 {
  width: 776px;
  height: 410px;
  align-self: center;
}
.errorpage-container2 {
  display: contents;
}
.errorpage-link {
  width: 393px;
  height: 256px;
  font-size: 50px;
  align-self: center;
  text-align: center;
  border-radius: 10%;
  text-decoration: none;
  background-color: rgb(28, 251, 1);
}
