body {
  background: #e1eaf5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  margin: 0;
}

h1 {
  text-align: center;
  color: #363a40;
}

ul {
  list-style: none;
  padding: 0;
}

a {
  text-decoration: none;
}

