body
{
    background-color: #f0f0f0;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 20px;
}
#datetime
{
    padding: 5px;
    text-align: right;
    font-size: 0.9em;
    color: lab(96.19% 0.21 -1.57);
}
benner
{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    width: 100%;
}
header
{
    min-height: 200px;
    height: 30vh; /* 30% of screen height */
    background-image: url('Images/bennerstr.png');
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    color: white;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    /*border-radius: 5px;
    height: 20rem;
    background-image: url('Images/bennerstr.png');
        background-size: cover;
        background-position: center;
        height: 150px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        color: white;
        /*text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);*/
    /*background-color: #333;
    color: white;
    padding: 10px 0;
    text-align: left ;*/
}
.benner-text
{
    justify-content: left;
    width: 50%;
    text-align: left;
    margin-left: 5px;
}
section
{
    display: flex;
    flex-direction: row;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
    max-width: 800px;
    padding: 20px;
}
h1, h2
{
    color: #333;
}
.card
{
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin: 20px 0;
    padding: 15px;
}
li
{
    margin-bottom: 10px;
    color: black;
}
footer
{
    background-color: #333;
    color: white;
    padding: 10px 0;
    text-align: center;
    margin-top: 20px;
}