body {
background-color: #FFFFFF;
}

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;
}

.buttons{
font-size: 60px;
}

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

.buttons, .scores{
    font-size: 20px;
    width: 100px;
    border-radius: 12px;
    }

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

    .numpadbuttons{
    margin: 3px;
    }
    
    .padButton:hover{
    background-color: white;
    color: black;
    }
    
    .padButton{
    background-color: #05FCF0;
    color: white;
    font-size: 25px;
    }
    
    #submit{
    background-color: white;
    color: black;
    font-size: 25px;
    }
    
    #submit:hover{
    background-color: #05FCF0;
    color: white;
    font-size: 25px;
    }
    
    #submit:disabled{
    background-color: white;
    color: white;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
