body{
    background-image: url("cheese-pattern-background-1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

form{
    
    text-align: center;
            color: black;
            font-size: 28px;
            font-weight: bold;
    background-color:rgba(240, 173, 28, .8);
    margin-left: 15%;
    margin-right: 15%;

}

input[type~="submit"], input[type~="button"]{
    height: 2.5rem;
    background-color: rgb(255, 217, 0);
    padding: 10px;
    border: 1px solid black;
    border-radius: 15px;
    box-shadow: 2px 2px black;
    font-size: 48;
}

input{
    height: 2.5rem;
    width: 9.0rem;
    font-size: 1.1rem;
    background-color:rgb(255, 217, 0);
    margin: 10px;
}


div
{
    text-align: center;
            color: black;
            font-size: 28px;
            font-weight: bold;
    background-color:rgba(240, 173, 28, .8);
    margin-left: 15%;
    margin-right:15%;
}

table{
    text-align: center;
            color: black;
            font-weight: bold;
}