
body {
  background-color: white;
  color: black;
  font-family: Verdana;


}

h1 {
  color: CadetBlue; /* Replace #0000ff with your desired color code or name */
}

h3 {
  color:  Crimson; /* Replace #0000ff with your desired color code or name */
}
.site-banner {
    background-color: #333; /* Dark background color */
    color: white;           /* White text color */
    padding: 60px 20px;     /* Spacing inside the banner */
    text-align: center;     /* Center the text and button */
    border-bottom: 5px solid #4CAF50; /* A colored border at the bottom */
}

.site-banner h1 {
    margin: 0 0 10px 0; /* Adjust spacing for the heading */
    font-size: 2.5em;   /* Increase heading size */
}

.site-banner p {
    margin: 0 0 20px 0; /* Adjust spacing for the paragraph */
    font-size: 1.2em;
}
  .return-button {
    background-color: #007BFF;
    color: white;
    padding: 12px 24px;
    font-size: 16px;
    font-family: sans-serif;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
  }

