body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
}
.hero {
    background: linear-gradient(to right, #002244, #C8102E); /* Navy to Patriots red */
}
img {
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.btn-danger {
    background-color: #C8102E;
    border-color: #C8102E;
}
.btn-danger:hover {
    background-color: #A00D20;
}
section {
    scroll-margin-top: 60px; /* Smooth scrolling for anchor links */
}