* {
    margin: 0;
    padding: 0;
    font-family: 'Sono', cursive;
}

body {
    background-color: #12181B;
}
.title {
    color: #fff;
    text-align: center;
    font-size: 40px;
    margin-top: 5%;
}


td {
    border: 2px solid #fff;
    height: 100px;
    width: 100px;
    text-align: center;
    vertical-align: middle;
    font-family: "Sono", cursive, sans-serif;
    font-size: 70px;
    cursor: pointer;
    color:white;
}

table {
    border-collapse: collapse;
    /* position: absolute; */
    position:relative;
    left: 50%;
    margin-left: -155px;
    top: 50px;
    color:white;
    border-color: white;
}

table tr:first-child td {
    border-top: 1;
}

table tr:last-child td {
    border-bottom: 1;
}

table tr td:first-child {
    border-left: 1;
}

table tr td:last-child {
    border-right: 1;
}

.endgame {
    display: none;
        position: relative;
        text-align: center;
        border-radius: 5px;
        color: white;
        font-size: 2em;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
}

.selectSym {
    display: none;
    position: relative;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-size: 2em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
        
}

.selectSym button {
    font-family: "Comic Sans MS", cursive, sans-serif;
    font-size: 50px;
    width: 70px;
}

.selectSym button:first-of-type {
    margin-right: 10px;
}

.selectSym button:last-of-type {
    margin-left: 10px;
}

#reset {
    background-color: #ff3860;
    color: white;
    padding: 8px;
    border-radius: 8px;
    border: none;
    font-size: 20px;
    margin-left: 1em;
    cursor: pointer;
    display:flex;
    align-items: center;
}

.reset-button {
    display: none;
        position: relative;
        text-align: center;
        border-radius: 5px;
        color: white;
        font-size: 2em;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top:4.5rem;
}