body {
    margin: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fee1c1;
    scroll-behavior: smooth;
}


#start {
    background-color: #d2c6ba;
    color: #ffe1c1;
    height: 100%;
    width: 100%;
    position: absolute;
    border-bottom-left-radius: 15vh;
    border-bottom-right-radius: 15vh;
    transition: 250ms;
}

#start:hover {
    border-radius: 0vh;
    transition: 250ms;
}

#start-text-links {
    margin: 0;
    left: 19.35%;
    font-size: 500%;
    z-index: 999;
    position: absolute;
    top: 20.2vh;
}

#start-bild {
    display: block;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25vh;
    border-radius: 20vh;
    z-index: 998;
    transition: 200ms;
}

#start-bild:hover {
    border-radius: 30vh;
    transition: 200ms;
}

#start-text-rechts {
    margin: 0;
    right: 20%;
    font-size: 500%;
    z-index: 999;
    position: absolute;
    top: 81vh;
}

#was {
    color: #6d3c1e;
    height: 100%;
    width: 100%;
    top: 100vh;
    position: absolute;
}

#was-text {
    margin-top: 20.2vh;
    margin-left: 19.35%;
    font-weight: lighter;
}

#was-links-bild {
    object-fit: cover;
    width: 30vh;
    height: 30vh;
    border-radius: 15vh;
    position: absolute;
    margin-top: -17.5%;
    right: 36%;
    transition: 250ms;
}

#was-rechts-bild {
    object-fit: cover;
    width: 30vh;
    height: 30vh;
    border-radius: 11vh;
    position: absolute;
    margin-top: -17.5%;
    right: 20%;
    transition: 250ms;
}

#was-unten-bild {
    object-fit: cover;
    width: 62.5vh;
    height: 30vh;
    border-radius: 15vh;
    position: absolute;
    margin-top: -1.25%;
    right: 20%;
    transition: 250ms;
}

#was-links-bild:hover {
    margin-top: -18%;
}

#was-rechts-bild:hover {
    margin-top: -18%;
}

#was-unten-bild:hover {
    margin-top: -0.75%;
}