body {
}

h1 {
text-align: center;
margin: 0px;
}

.buttonSetupBox {
display: flex;
justify-content: center;
height: 60px;
}

#submit {
width: 100px;
height: 80px;
font-size: 20px;
}

button{
background-color: white;
border-radius: 12px;
}

#buttonline, #scoreline {
display: flex; 
justify-content: center;
}

.buttons, .scores{
background-color: white;
font-size: 20px;
width: 60px;
border-radius: 12px;
}

#leftbox {
display: flex;
width: 80%;
padding: 10px;
margin-top: 80px; 
border: solid black; 
border-radius: 12px;
flex-wrap: wrap;
justify-content: center;
}

.numpadbuttons{
margin: 3px;
}

.padButton:hover{
background-color: white;
color: black;
}

.padButton{
background-color: #05FCF0;
color: white;
font-size: 20px;
}

#submit{
background-color: white;
color: black;
font-size: 25px;
}

#submit:hover{
background-color: #05FCF0;
color: white;
}

#submit:disabled{
background-color: white;
color: white;
}
