body {
 font-family: Quicksand;
 background-color: black;
 margin: 20px;
 font-size: 18px;
 color: white;
}

h1 {
  font-family: Quicksand;
  font-size: 36px;
}

.warning {
  color: red;
  text-align: center;
}