

/* Homepage header - Dark background, big font, centered */
header {
    background-color: #213448;
    padding: 30px;
    text-align: center;
    font-size: 35px;
    color: white;
}

/* Style the main part of the website */
main {
    background-color: #EAE0CF;
    font-size: 16px;
    padding: 20px;
}

/* Style the, lighter than the header */
footer {
    background-color: #547792;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    color: white;
}

#newsTable {
    width:100%;
    border-collapse: collapse;

}

#newsTableRow {
    vertical-align: central;
    padding: 10px;
    padding-bottom: 1em; /* Adds padding below each cell in the row */
}
