html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  align-items: center;
  background: #000348 url(/images/clouds.jpg) no-repeat fixed center / cover;
  color: #fff;
  display: flex;
  font-family: 'Raleway', sans-serif;
  font-size: 1.25rem;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 1em;
}

a {
  color: inherit;
}

h1 {
  margin: 0;
}

h2 {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.5rem;
  line-height: 1.21;
  margin-top: 0;
  text-transform: uppercase;
}

strong {
  font-weight: 900;
}

img {
  display: block;
  height: 400px;
  max-height: 100vw;
  max-width: 100vw;
  width: 400px;
}

main,
footer {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 2em 2em;
  max-width: 30em;
  text-align: center;
  width: 100%;
}

p {
  margin: 0 0 1em;
}

ul,
li,
li a {
  display: flex;
}

ul {
  flex-direction: column;
  margin: 0 0 1em;
  padding: 0;
  text-align: start;
  width: 100%;
}

li {
  margin: 0 0 1em;
}

li a {
  align-items: center;
  flex-basis: 100%;
  text-decoration: none;
}

li a:hover {
  filter: drop-shadow(0 0 0.25em rgba(255, 255, 255, .88));
  text-decoration: underline;
}

li strong {
  margin-left: 1em;
}

svg {
  display: block;
  fill: currentColor;
  flex-shrink: 0;
  height: 48px;
  width: 48px;
}

footer {
  font-size: 0.75em;
}
