body {
    font-family: Arial, sans-serif;
    background-color: #ffffff;
    color: #000000;
}

header {
    background-color: #007bff;
    color: #ffffff;
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header h1 {
    margin: 0;
    font-size: 28px;
}

nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
}

nav ul li {
    margin-left: 20px;
}

nav ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
}

.live-updates {
    background-color: #6c757d;
    color: #ffffff;
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
}

.featured-news img {
    width: 100%;
    height: auto;
}

.news-articles article {
    margin-bottom: 20px;
}

.news-articles article img {
    max-width: 100%;
    height: auto;
}

footer {
    background-color: #333;
    color: #ffffff;
    text-align: center;
    padding: 15px 0;
    position: fixed;
    width: 100%;
    bottom: 0;
    font-size: 14px;
}
