body {
  margin: 0;
  padding: 2rem;
  font-size: 21px;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui,
    helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
}

main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

h1 {
  font-size: 48px;
  margin: 1rem 0;
  letter-spacing: 1rem;
}

.logo {
  width: 8rem;
  height: 8rem;
  margin-bottom: 2rem;
}

p {
  line-height: 1.6;
}

ul {
  list-style: none;
  padding: 2rem 10%;
  margin: 0;
}

li {
  margin-bottom: 1rem;
}
