*{box-sizing: border-box;}

header{
    text-align: center;
    border-style: double; 
    background-color: darkkhaki; 
    height: 75px;
    width: 500px;
    margin: 5px;
    margin-left: 100px;
}

body{
    background-color: antiquewhite;
}

#dealer{
    text-align: center;
    border: groove;
    background-color: lightcoral;
    height: 200px;
    margin: 5px;
    padding-top: 30px; 
}

#player{
    text-align: center;
    border: groove;
    background-color: lightsteelblue;
    height: 200px;
    margin: 5px;
    padding-top: 15px; 
}

footer{
    text-align: center;
    border: 2px solid;
    border-radius: 50px;
    background-color: darkgray;
    height: 45px;
    width: 325px;
    margin: 10px;
    margin-left: 190px;
    padding: 10px;
}
