body {
    height: 35rem;
    max-height: 95%;
    display: grid;
    grid-template-columns: auto auto auto auto 20%;
    gap: 5px;
    background-color: #9bec94;
    padding: 5px;
    grid-template-rows: 19% 19% 19% 19% 19%;
    text-decoration: none;
}

feld {
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding: 20px 0;
    font-size: 30px;
}

main {
    text-align: center;
    background: #9bec94;
    border-color: #df6c20;
    grid-column: 1 / 5;
    grid-row: 1 / 5;
}

aside {
    background: #ebf5d7;
    border-color: #8db243;
}

footer {
    text-align: center;
    background: #9bec94;
    border-color: #8a9da8;
}

.boxk {

    background-color: yellow;
    border-radius: 1rem;
    border: 0.4rem;
    /* top: -120px;  */
}

.kl2,
.kl4,
.kl6,
.k18 {

    background-image: url(Bilder/Tomaten.jpg);
    background-repeat: no-repeat;
}

.k13,
.kl5,
.kl7 {
 
    background-color: fuchsia;
    text-align: center;
    /*line-height:2; */
}
button {
    border-radius: 0.5rem;
}