body {
    display: flex;
    margin-top: 10vh;
    margin-left: 3vw;
    background-color: var(--body-color);
}

h3 {
    text-align: center;
}

#inhalte {
    font-weight: 600;
}

#list {
    list-style-type: disc;
    margin-left: 5vw;
}

#footerInfo {
    position: relative;
    top: 3vh;
}

#line {
    position: relative;
    top: 1.5vh;
}

#quotes {
    position: relative;
    top: 4vh;
}



/*===== EVERYTHING BIGGER THEN A PHONE/IPAD ======*/
@media screen and (min-width: 1023px) { 
    body {
        margin-top: 15vh;
        margin-left: 2vw;
    }
    #list {
        margin-top: 2vh;
        margin-left: 3vw;
    }

    #footerInfo {
        position: relative;
        top: 3vh;
    }
    
}