body {
    background-image: url("../pictures/abder.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    color: white;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}



.logo {
    width: 40px;
    height: 30px;
    margin-right: 5px;
}
.table1, .table2 {
    width: 85%;
    margin: 10px auto;
    border-collapse: collapse;
    table-layout: fixed;
    text-align: center;
    color: white;
    background: rgba(0, 0, 0, 0.35);
}

.table2 {
    background-color: darkblue;
    font-weight: 700;



}
