* {
  padding: 0;
  margin: 0;
  font-family: monospace;
  font-size: 16px;
}

body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: black;
  color: white;
  padding: 24px 0px;
}

h1 {
  margin-bottom: 24px;
  font-size: 28px;
}

.container {
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: start;
}

ul {
  margin-left: 28px;
}

a {
  color: white;
  font-style: italic;
}
