body {
  background: #ff0dbf;
  color: #eee;
  font-family: 'Fjalla One', sans-serif;
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-top: 10%;
  align-items: center;
  user-select: none;
  -moz-user-select: none;
}

h1 {
  font-size: 4vw;
}

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

li {
  font-size: 2vw;
  line-height: 2;
}

section {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
