.body {
  background-color: #005583;
}

.section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 40px;
  display: flex;
}

.image, .logo {
  width: 300px;
}

.text-block {
  color: #fff;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: DM Sans, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.link {
  color: #fff;
  border: 3px solid #fff;
  border-radius: 999px;
  padding: 7px 10px;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.body-404 {
  background-color: #005583;
}

.section-404 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.logo-404 {
  height: 200px;
}

._404-home-link {
  color: #fff;
  border: 3px solid #fff;
  border-radius: 999px;
  padding: 7px 10px;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

._404-text {
  color: #fff;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: DM Sans, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

@media screen and (max-width: 479px) {
  .text-block {
    font-size: 25px;
    line-height: 25px;
  }
}


