body {
    background-color: #06402B;
    color: white;
    height: 90vh;
}

h1 {
    margin-top: 25px;
    text-align: center;
    font-family: 'MedievalSharp';
    font-size: 45px;
    text-shadow: rgb(255, 229, 125) 1px 0 10px;
}

#game {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
}

#board {
    text-align: center;
    margin: 0 auto;
    max-width: 700px;
}

#result {
    font-size:xx-large;
    font-weight: bold;
}

img {
    max-width: 100px;
    max-height: 150px;
}

.chips {
    max-width: 200px;
    max-height: 700px;
    margin-left: 70px;
    margin-right: 70px;
}