.body{
    display: flex;
    font-size: 26.5pt;line-height: 1,2rem;
    text-shadow: 5px 3px 20px;
    Margin: 0px;
    background-image: url(./Himmel.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    
    

}

body
{
    margin: 0;
}


.bdh{
    text-decoration: underline;
    text-shadow: 8px 6px 7px;text-align: center; 
    font-size: 100px;
    font-weight: 700;
    position: relative;
    top: 40px;color: black;
    line-height: 6rem;
}
.überschrift {
    text-decoration: underline;
    text-shadow: 5px 3px 7px;text-align: center;
}
.logo-Links, .logo-Rechts{
    width: 200px;
    min-width: 100px;
    border: solid;
    border-radius: 20px;
    border-color: red;
    border-width: 1px;

}
.logo-Links{
    position: absolute;
    left: 40px; top: 40px;

}
.logo-Rechts{
    position: absolute;
    right: 47px; top:40px;

}
footer
{width: 100%;
height: 50px;
background-image: linear-gradient(to bottom, rgb(228, 225, 225), grey);
display:flex;
justify-content: center;
position: fixed; bottom: 0;

} 
.zurück
{font-size: 14pt;
    

}  