*{
    font-family: Arial;
}

body {
    background: #191919;
}

.title {
    color: #F5F5F5;
    font-weight: 600;
    font-size: x-large;
}

.keyboard-shortcuts {
    color: #F5F5F5;
}

.move-icon {
    height: 50px;
}

.move-button {
    background: none;
    border: 2px solid #F5F5F5;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer;
}

.match-result {
    color: #F5F5F5;
    font-size: larger;
    font-weight: bold;
    margin-top: 50px;
}

.match-result-when-reset {
    display: none;
}

.moves {
    color: #F5F5F5;
    font-size: large;
    display: none;

}

.moves-clicked {
    display: block;
}

#final-result {
    color: #F5F5F5;
    font-size: large;
}

.final-result-when-reset {
    margin-top: 50px;
}

#reset-score, .auto-play {
    color: #101010;
    background: #F5F5F5;
    border: none;
    font-size: 16px;
    padding: 8px 12px;
    font-weight: 500;
    cursor: pointer;
}

.reset-text {
    color: #F5F5F5;
    font-size: 18px;
    display: inline-block;
    margin-right: 10px;
}

.yes-button, .no-button {
    color: #101010;
    font-size: 18px;
    margin-right: 6px;
    padding: 2px 6px;
    cursor: pointer;
}
