body {
    font-family: Arial, sans-serif;
    color: blue; /* Sets the text color to blue */
    background-color: white; /* Sets the background color to white */
}
h1, h2, h3, h4, h5 {
  color: #b52e1c;
}

