body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: white;
}

header {
  background: white;
  color: black;
  padding: 20px;
  text-align: center;
}

nav a {
  margin: 0 10px;
  color: black;
  text-decoration: none;
}

main {
  padding: 20px;
  text-align: center;
}

footer {
  background: white;
  color: black;
  padding: 10px;
  text-align: center;
}
