@charset "utf-8";

body {
    margin: 0;
}

#game {
    padding-top: 30px;
    text-align: center;
}
#box {
    text-align: center;
}
#gameCanvas {
    border: 1px solid black;
    background-color: yellowgreen;

}

#handButtons {
    display: none;
}
.yourHand {
    width: 60px;
    height: 40px;
    margin: 5px;
}
#startReset {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
#howToPlay {
    margin-left: 30px;
}
#reset {
    margin-top: 30px;
    margin-left: 30px;
}

#message {
    animation: fadeOut 1s forwards;
    animation-delay: 5s;
}