html,
body {
  height: 100%;
}

body {
  background-color: #00425a;
  background-image: linear-gradient(to right, #0c4b62 1px, transparent 1px), linear-gradient(to bottom, #0c4b62 1px, transparent 1px);
  background-size: 60px 60px;
  color: #fff;
  font: 1em/1.5 Montserrat, Calibri, sans-serif;
  margin: 0;
  padding: 0;
}

.wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.content {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex: 1;
  margin: 0 20px 0;
}

.logo {
  margin: 50px 0 40px;
  max-width: 600px;
  width: 100%;
}

.slogan {
  font-size: 36px;
  margin: 0 20px;
  text-align: center;
}

.promo {
  max-height: 50vh;
  margin: 40px auto;
  width: auto;
}

.link:link,
.link:visited {
  color: #7fdbda;
  text-decoration: none;
}

.link:focus,
.link:hover,
.link:active {
  text-decoration: underline;
}

.contact-info {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.contact-info li {
  margin: 10px 0;
}

.icon {
  fill: #fff;
  height: auto;
  width: 28px;
}

.centered  {
  align-items: center;
  display: inline-flex;
  gap: 4px;
}

.footer {
  font-size: 12px;
  margin: auto 0 10px 0;
}

.footer .link {
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .slogan {
    font-size: 24px;
  }
}