body {
    background-color: dimgrey;
    background-image: url("img/hintergrundgruen.jpg");
    display: grid;
    justify-content: center;
    align-items: center;
}
#nochmal {
    font-size: xx-large;
    color: black;
    font-family: cursive;
}

#spielfeld {
    display: grid;
    justify-content: center;
    text-align: center;
    margin: 0;
}    
    

#titelbildschirm {
    background-color: black;
    color: darkgoldenrod;
    height: 75vh;
    width: 75vh;
    margin:auto;
    display: grid;
    justify-content: center;
    text-align: center;
}

#spielfeld {
    display: grid;
    justify-content: center;
    align-items: center;
}

#würfel1 {
    box-shadow: 0px 0px 2px 2px rgb(186, 255, 186);
    justify-content: center;
    align-items: center;
    margin: 5px;
    background-color: whitesmoke;
}
#würfel2 {
    box-shadow: 0px 0px 2px 2px rgb(186, 255, 186);
    justify-content: center;
    align-items: center;
    margin: 5px;
    background-color: whitesmoke;
}
#summe {
    margin: 5px;
    background-color:rgba(0, 131, 17, 0.521);
    color: whitesmoke;
    text-align: center;
    font-size:x-large;
}
#tippfeld {
    margin: auto;
    height: 15vh;
    width: 90%;
}

#höher {
    box-shadow: 0px 0px 2px 1px rgb(186, 255, 186);
    width: 45%;
    height: 98%;
    background-color: green;
    border-color: rgb(2, 51, 0);
    border-style:solid;
    color: whitesmoke;
    text-align: center;
    font-size: x-large;
}
#tiefer {
    box-shadow: 0px 0px 2px 1px rgb(255, 126, 126);
    width: 45%;
    height: 98%;
    background-color: darkred;
    border-color: rgb(70, 3, 3);
    border-style:solid;
    color: whitesmoke;
    text-align: center;
    font-size: x-large;
}
#ergebnis {
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#ergebnisleiste {
    background-color: dimgray;
    color: darkgrey;
   
}
#auswertung {
    background-image: url("img/hintergrundrot.png");
    background-color: dimgrey;
    display: grid;
    justify-content: center;
    align-items: center;
    
}
#auswertungTabelle {
    display: grid;
    justify-content: center;
    align-items: center;
}

#auswertungBild {
    height: 200px;
}

#auswertungText {
    font-size:large;
    color: white;
    font-family: cursive;
}

#nochmal {
    visibility: hidden;
}