.play-btns {
    display: inline-block;
    text-align: center;
}

.play-btns button {
    width: 80px;
    height: 30px;
    padding: 10px;
    cursor: pointer;
}

.bet-btns {
    margin: 20px;
}

.bet-btns li {
    display: inline-block;
    text-decoration: none;
    margin: .2em;
}

.bet-btns button {
    width: 50px;
    height: 50px;
    padding: 10px;
    border-radius: 100%;
    cursor: pointer;
}

.dealer, .player {
    margin-top: 3em;
}

#player-cards img {
    max-height: 175px;
    max-width: 125px;
    width: 100%;
    height: auto;
    margin: 10px;
}

#dealer-cards img {
    max-height: 175px;
    max-width: 125px;
    width: 100%;
    height: auto;
    margin: 10px;
}   