body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}
 
.header {
    background-color: #333333ca;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}
 
.left-image img {
    max-width: 300px;
    height: auto;
    margin-right: 10px;
}
 
.right-image img {
    max-width: 100px;
    height: auto;
    margin-left: 10px;
}
 
.center-text {
    text-align: center;
    flex-grow: 1;
}
 
.topbar {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
 
 
table {
    border: thin solid rgb(33, 29, 29);
    border-collapse: separate;
    border-spacing: 0px;
    text-align: left;
}
 
th {
    border: thin solid rgb(33, 29, 29);
    border-collapse: separate;
    border-spacing: 0px;
    padding: 5px;
 
}
 
td {
    border: thin solid rgb(33, 29, 29);
    border-collapse: separate;
    border-spacing: 0px;
    padding: 5px;
    height: 60px;
}
 
li {
text-align: left;	
}
 
.weeklist {
    margin: 1%;
}
 
.formular {
    display: flex;
    flex-direction: row;
    justify-content: center;
     }
 
     .footer {
        text-align: center;
        margin: 1%;
     }
 
     a {
        color: black;
    }
 
   .back {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
   text-align: left;
   }
 
    a:link, a:visited {
     text-decoration: none;
    }
 
    a:hover {
        color: rgb(80, 80, 80);
         text-decoration: underline;
    }