body {
    max-width: 100%;
    height: 100%;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    display:flex;
    background-color: rgb(192, 213, 231);
    flex:1;
    font-family: monospace;
    margin: 0px;
}

footer{
    justify-content: center;
    text-align: center;
    background-color: rgb(157, 194, 226);
    margin-top: 20px;
    padding: 10px;
}

.wrapper {
    display:flex;
    flex: 1;
    flex-direction: column;
}

.tabellen {
    display:flex;
    flex-direction: column;
}

.table {
    flex-grow: 1;
    table-layout: fixed;  
    border-radius: 6px; 
    margin: 15px;
    border: 3px solid black;
}

.table th, .table td {
    padding: 4px;
    text-align: left;
    word-wrap: break-word; 
}

.border {
    border: 3px solid black;
    border-radius: 6px;
    margin: 15px;
    padding: 10px;
}

.select-algoritme {
    padding-top: 10px;
}