body {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  background-color: #111c3c;
  color: #ffd3d3;
}

h1,
footer {
  display: flex;
  align-items: center;

  a {
    display: block;
  }

  img {
    width: 50px;
  }
}

section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;

  img {
    box-shadow: 0 0 10px white;
  }
}
