h1 {
  font-family: sans-serif;
}

h2 {
  font-family: sans-serif;
}

p {
  font-family: sans-serif;
}

body {
  background-color: AntiqueWhite;
}

#container {
  max-width: 600px;
  margin: auto;
  background-color: white;
  padding: 50px;

}
