body {
    font-family: Lato, sans-serif;
    background-color: rgb(0, 0, 0);
}

.Überschrift {
    color: rgb(240, 6, 208);
    display: flex;
    justify-content: center;
    font-size: 55pt;
}

.antwortOben {
    display: flex;
    flex-direction: row;
    justify-content: space-between;


}

.antwortUnten {
    display: flex;
    flex-direction: row;
    justify-content: space-between;

}

.Sieg {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Antwort {
    justify-content: center;
    align-items: center;
}


/*
.bildLinksOben{
    position: relative;
    display: flex;
    justify-content: flex-start;
    top: 0px;
 }
 .bildLinksUnten{
    position: relative;
    display: flex;
   
   
    justify-content: flex-start;
    align-items:flex-end;
 }
 .bildRechtsOben{
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items:flex-end;


 }
 .bildRechtsUnten{
    position: relative;

    top: 0px;
    display: flex;
    justify-content: flex-end;
    align-items:flex-end;

 }
.bildMitteUnten{
    position: relative;
    display:flex;
    justify-content: center;
    align-items:flex-end;
    top: 0px;
}
.bildMitteOben{
    position: relative;
    display: flex;
    justify-content: center;
    top: 0px;
    
}

 .Line{
    position: relative;
    display: flex;
    justify-content: center;
border-color: #ffffff;
border-width: 15px;
border-style:inset;
width: 100;
 }
*/

 
