body{
  font-family: Arial, Helvetica, sans-serif;
  color: black;
  background-color: white;
}

#title {
  text-align: center;
  color: red;
}

.sub-title {
  text-align: center;
  color: blue;
}

