* {
  margin: 0;
  padding: 0;
  font-family: serif;
}

a {
  color: white;
  text-decoration: none;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #333;
  color: white;
}
