body {
    background-color: #42423C;
}


@media (max-width: 700px) {
    body {
        background-color: #42423C;
    }
    #überschrift {
        background: url(überschrift.jpg);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        font-size: 50px;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        position: relative;
        left: 15px;
        margin-top: 200px;
    }
    #überschrift2 {
        background: url(überschrift.jpg);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        font-size: 50px;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        position: relative;
        left: 78px;
    }
        
    
}