* {
  margin: 0;
  align-items: center;
  font-family: Verdana, sans-serif;
}

body {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.description {
  margin-top: 12px;
  width: 75%;
}

ul {
  width: 75%;
}

h1 {
  font-size: 3em;
  margin: 12px;
  text-align: center;
  font-weight: normal;
}
