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

header {
  text-align: center;
}

h1 {
  font-size: 6vh;
  text-decoration: underline;
}

h2 {
  font-size: 3vh;
  font-style: italic;
}

h2 > s {
  color: rgb(189, 182, 182);
}

h2 > b {
  background: #df691a
}

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

li {
  font-size: 2.5vh;
  line-height: 2;
}

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