body{

background-color: yellowgreen;


}

.textboxen{

height: 32px;
font-size: x-large;
width: 40px;
color: transparent;
text-align: center;


}

.boxen{


    text-align:center;
   
}

.textboxen{

    border-width: 3px;
    border-color: tomato;

}

.eingabe{
   
    text-align:center;

}
#eingabebox{

    height: 32px;
    font-size: x-large;
    width: 80px;
margin-top: 32px;
border-width: 3px;
border-color: tomato;

}
button{

    text-align: center;
height: 32px;
margin-top: 32px;
border-width: 3px;
    border-color: tomato;
}


#punkte{

color: darkgreen;


}
#bild{

text-align: center;
margin-top: 32px;


}
table.tabelleninhalt {

    box-sizing: border-box;
    margin-top: 32px;
    border-collapse:collapse;
    min-width:400px;
    overflow: hidden;
    border-radius: 5px 5px 0 0 ;
    }
    .tabelleninhalt thead tr {
    background-color: tomato;
    text-align: center;
    font-weight: bold;
    
    }
    
    tbody{
        background-color: tomato;
    
    }
    
    table.tabelleninhalt th,
    table.tabelleninhalt td{
    
        padding: 12px 16px;
    
    }
    
    
    

table{

margin: auto;

}

#wortsammlung{

height:130px;
width: 130px;
color:green;

}

#wortsammlung2{

    height:130px;
    width: 130px;
    color:red;
    
    }

#picturebox{

width: 350px;


}

#picturebox2{

    width: 50px;
    height: 50px;
    
    }
    



#linkhighscore_galgen{

    display:block;
    text-align:center

}

a {
    color: tomato;
    font-size: 2rem;
    text-decoration: underline;
    text-shadow: 2px 2px white;
 }

 #link_anleitung_galgen{

    display:block;
    text-align:center

 }

 input {
    width: 100%;
    box-sizing: border-box;
}