.body {
    background-image: url("../bilder/field.png");
}
.tabletitle {
    font-size: 20px;
    font-weight: 900;
    
}
.alternate {
    background-color: aliceblue;
}
.back {
    color: black;
    text-decoration: none;
}
.tabelle {
    width: 100%;
    margin-bottom: 3%;
}
.footerback {
    background-color: white;
    font-family: Archivo Narrow;
    padding: 0;
    margin: 0;
    font-size: 20px;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: grid;
    place-items: center;
    height: 4%;
}
h1 {
    font-family: Archivo Narrow;
}

@media screen and (max-width: 800px) and (min-width: 601px) {
    .tabelle {
        width: 50%;
    }
}