body {
  background: radial-gradient(41.1% 36.79% at 50% 50%, #FFFFFF 0%, #F1F1F1 71.72%, #EDEDED 88.51%);
}
.box-404 {
  height: 100vh;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: center;
}

.logo-404 {
  width: 200px;
}

.container {
  background-image: url(../img/stars-404-min.png);
  background-position: top center;
  background-repeat: repeat;
  background-size: 100%;
}

.message-404 h1 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 60px;
  line-height: 73px;
  letter-spacing: -0.01em;
  color: #000000;
  text-transform: uppercase;
}

.message-404 p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.message-404 {
  text-align: center;
}

.button-404 a {
  width: 315px;
  height: 56px;
  background: #F5C211;
  box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.19);
  border-radius: 1px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 800;
  font-size: 15px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #000000;
  transition: all 0.15s ease-out;
}

.button-404 a:hover {
  background: #FFD600;
  box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.19);
  border-radius: 1px;
  text-decoration: none;
}

/* ************************ */
/* ******** MOBILE ******** */
/* ************************ */

@media screen and (max-width: 576px) {
  .logo-404 {
    width: 180px;
  }

  .moon-404 img {
    width: 250px;
  }
  .message-404 h1 {
    font-weight: bold;
    font-size: 35px;
    line-height: 43px;
  }

  .message-404 p {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
  }
}
