body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 95vh;
    background-color: rgb(180, 130, 80);
    width: 100%;
    margin: 0vw;
}

#umrandung {
    padding-top: 3vh;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
}

#picFly {
    width: 25vw;
    border: 1vw ridge burlywood;
}

#podcastPacket {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 25vw;
}

#podcastÜberschrift {
    font-size: 1.5rem;
    color: white;
}

::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}