/* Base styles for the page */
.page-sports {
    font-family: 'Arial', sans-serif;
    color: #333333; /* Default text color for light backgrounds */
    line-height: 1.6;
    background-color: #f8f8f8; /* Light background for the main content area */
}