body {
  text-align: center;
  background-color: #ad343e;
  padding: 0;
  margin: 0;
  font-family: Arial, sans-serif;
  transition: background-color 0.5s ease;
  height: 110vh; /* Make page scrollable */
  font-size: 24px;
  color: white;
}
.title {
  text-align: left;
  font-family: "Courier New", Courier, monospace;
  font-size: xxx-large;
  font-weight: 900;
  height: 30px;
  font-style: oblique;
  margin-bottom: 15px;
  color: black;
}
