h1 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: sans-serif;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  background-color: #f0f0f0;
}
