body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    color: #333;
}

header h1 {
    font-size: 1.75rem;
}

nav a {
    font-weight: bold;
}

#news h2 {
    font-size: 2rem;
    color: #333;
}

#news-container .news-article {
    margin-bottom: 20px;
}

#newsletter form .form-control {
    width: 300px;
}

#newsletter button {
    width: 150px;
}

footer p {
    margin-bottom: 10px;
}

footer a {
    color: #ff9900;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}
