// css file 
.cardArea { 
}
#playerArea{ 
    background-color: pink;
}
#dealerArea{
}
.controlButtons { 
    background-color: pink;
}
html{
    font-family: arial;
    text-align: center;
    background-color: lightpink;
}
input[type=button] {
    color: black;
    background-color: lightgrey;
    display: inline;
    font-size:20px;
    text-align:center;
    margin: 4px 2px;
    padding: 15px 32px;
}

p{
    font-family: arial;
    font-size: 24px;
    text-align: center;
}
h1{
    color:#16657e;
}
