body {
  background-color: white;
  color: black;
  font-family: "Lucida Console", "Courier New", monospace;
  margin: 0;
  padding: 0;
}

h1 {
  color: #2C3E50; /* Dark blue-gray color */
  font-size: 36px;
  font-family: "Brush Script MT", cursive; /* Cursive font */
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
}

h2 {
  color: #E74C3C; /* Red color */
  font-size: 30px;
  font-family: "Georgia", serif; /* Classic serif font */
  margin: 15px 0;
  text-align: left;
}

h3 {
  color: #3498DB; /* Bright blue color */
  font-size: 24px;
  font-family: "Trebuchet MS", sans-serif; /* Clean sans-serif font */
  margin: 10px 15px;
  text-align: left;
}

h4 {
  color: #27AE60; /* Green color */
  font-size: 20px;
  font-family: "Arial", sans-serif; /* Simple sans-serif font */
  margin: 10px 15px;
  text-align: left;
}

h5 {
  color: #F39C12; /* Orange color */
  font-size: 16px;
  font-family: "Courier New", monospace; /* Monospace font */
  margin: 8px 15px;
  text-align: left;
}

p {
  color: #4A4A4A;
  font-size: 16px;
  font-family: "Verdana", Geneva, sans-serif;
  line-height: 1.6;
  margin: 10px 15px;
}
