* {
  background-color: black;
  font-family: Arial, Helvetica, sans-serif;
}

body section {
  color: wheat;
  height: 100vh;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}