/* Apply styles to the header */
header {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 20px;
}

/* Style the mugshot section */
#mugshot {
    text-align: center;
    margin-top: 20px;
}

/* Style the news article section */
#news-article {
    text-align: center;
    margin-top: 20px;
}

/* Style links in the news article section */
#news-article a {
    color: #007bff;
    text-decoration: none;
}

/* Style links on hover */
#news-article a:hover {
    text-decoration: underline;
}
