@charset "UTF-8";
/* CSS Document */
main {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.error505 .logo {
  width: 25.4rem;
  margin: auto;
}
body.error505 svg {
  width: 100%;
}
body.error505 h1 {
  font-size: 4.4rem;
  font-weight: bold;
  margin: 4rem 0;
}
body.error505 p {
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 1160px) {
  main {
    width: 100%;
  }
  body.error505 .logo {
    width: 20rem;
  }
  body.error505 h1 {
    font-size: 3rem;
    margin: 3rem 0;
  }
  body.error505 p {
    line-height: 1.9285714286;
  }
}