html {
  height: 100%;
}

body {
  background-image: url(/assets/404.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: relative;
  background-color: white;
  height: 100% !important;
  max-height: 100% !important;
  top: 0;
  size: 100% !important;
  width: 100% !important;
  padding: 0;
  margin: 0;
}

.container {
  margin: auto;
  width: 550px !important;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 700px) {
  .container {
    width: 85% !important;
  }
}

a {
  text-decoration: none;
  color: #074C71;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
a:hover {
  text-decoration: none;
  color: #0a6ca1;
}

.container h1 {
  font-size: 40px;
  font-weight: 700;
  color: white;
  font-family: Inter, -apple-system, BlinkMacSystemFont, sans-serif;
  vertical-align: middle;
  display: inline-block;
  margin-top: 70px;
  margin-bottom: 30px;
  text-shadow: 0 0 15px #333;
}
.container h2 {
  font-size: 22px;
  font-weight: 300;
  color: white;
  font-family: Inter, -apple-system, BlinkMacSystemFont, sans-serif;
  vertical-align: middle;
  display: inline-block;
  margin-top: -20px;
  line-height: 160%;
  text-shadow: 0 0 15px #333;
}
.container p {
  font-size: 12px;
  font-weight: 500;
  color: #555;
  font-family: -apple-system, BlinkMacSystemFont, "Open Sans", sans-serif;
  display: block;
  color: #666;
  text-align: left;
  line-height: 160%;
  margin-top: 40px;
}
.container a {
  padding: 10px 15px 10px 15px;
  background-color: white;
  border-radius: 50px;
  width: relative;
}
.container a:hover {
  background-color: #074C71;
  color: white;
}
