body {
  background-color: #161834;
  margin: 0;
  padding: 8px;
}

h2 {
  color: #DADFE9;
}

p {
  color: #DADFE9;
}

ul li {
  color: #DADFE9;
}

ol li {
  color: #DADFE9;
}

.warm {
  color: #EE447A;
}

.code {
  text-align: center;
}

.bold {
  font-weight: bold;
}