* {
    text-align: center;
}

body {
    background-color: rgb(53, 70, 24);
    color: white;
}


#dealer, #player {
    display: inline-block;
    position: relative;
    left: 12.5px;
}

.card {
    height: 150px;
    margin-left: -25px;
    position: relative;
    z-index: 1;
}

p {
    font-size: 36px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin: 35px auto 15px auto;
}

#control {
    margin-top: 50px;
}

button {
    border: none;
    border-radius: 5px;
    height: 50px;
    width: 150px;
    font-size: 18px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

}

button:not(:disabled):hover {
    cursor: pointer;
    background-color: rgb(175, 175, 175);
}

#balance {
    text-align: left;
    font-size: 24px;
    margin: 5px 25px 5px 0;
}