body {
  background: linear-gradient(to bottom, #013548, #012e41 25%, #012438 50%, #04172c);
  background: #012438;
  padding: 0;
  margin: 0;
}

main {
  width: 100vw;
  height: 100vh;
  max-width: 100%;
  text-align: center;
}

main img {
  max-width: 100vw;
  max-height: 70vh;
}
.slogan {
  margin-top: 150px;
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  color: white;
}
.contact {
  margin-top: 70px;
}
.contact a {
  font: 16px Roboto;
  color: white;
}
@media only screen and (max-width: 1024px) {
  .slogan {
    font-size: 72px;
  }
  .contact a {
    font-size: 28px;
  }
}

