/*
    Name: Mees de Bresser
    Date: 24-09-2025

    Mijn eerste CSS bestand.
*/
header 
{
        background-color: whitesmoke;
        display: flex;
        justify-content: space-between;
}
body
{
    background-color: white;
}
h1
{
    color:black;
}
main p
{
    color: black;
}
div
{
    display: flex;
    justify-content: space-around;
}
section
{
    display: flex;
    justify-content: center
}
table, th, td {
  border: 1px solid black;
}
aside
{
    display: flex;
    justify-content: right;
}
