body{
    background-color: grey;
    width: 100%;
    margin-top: 0;

}
.deckblatt {
    
    display: flex;
    justify-content: center;
    align-items: center;  
    
}
.inhalt {
    display: flex;
    justify-content: center;
    align-items: center;
    

}
