body{
  background: black;
}

main{
  background: white;
  max-width: 800px;
  margin:auto;
  padding: 10px;
  font-family: sans-serif;
}