html {
    background-color: #FF0000;
  height: 100%;
  width: 100%;
}
h1 {
    font-family: "Arial", sans-serif;
    font-size: 2rem;
    font-weight: bold;
    color: #FFE8C5; /* Adjust color as needed */
    text-align: center;
    margin-top: 20px; /* Adjust spacing as needed */
}