h1, h2 {
    color: #048bc9; /* Red color */
}

a {
    background-color: #048bc9; /* Red color */
}

a:hover {
    background-color: #061e8a; /* Darker red color on hover */
}

/* Style for form buttons */
input[type="submit"], button {
    background-color: #048bc9; /* Red color */
}

input[type="submit"]:hover, button:hover {
    background-color: #061e8a; /* Darker red color on hover */
}