#container {
    text-align: center;
}

#board {
    border: 3px solid;
}

#score {
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 15px;
    font-style: normal;
    font-size: 100px;
}

#reset {
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 15px;
    font-style: normal;
    font-size: 22px;
    width: 100px;
    height: 50px;
    border: 4px solid;
    border-radius: 15px;
    cursor: pointer;
}