body {
  background-color: black;
  color: white;
  font-family: Verdana;
  text-align: center;
  
}

.error {
  background-color: red;
}

.bottom {
  text-align: bottom;
}

.center {
  text-align: center;
}
