*{
    font-family: Arial, Helvetica, sans-serif;
}

.jogo{
    padding: 0px;
    margin: 0;
    color: blue;
}

p, h1, .status{
    text-align: center;
    padding: 5px;
}

input{
    text-align: center;
    border-radius: 5px;
    padding: 5px;
}

#reiniciar{
    background-color: rgb(49, 182, 126);
}

table{
    margin: 0 auto;
    border: 3px solid black;
}

tr:nth-child(odd) td:nth-child(even), tr:nth-child(even) td:nth-child(odd){
    background-color:white;
}

td{
    width: 45px;
    height: 45px;
    text-align: center;
    border: 3px solid;
    border-color: black;
    background-color:rgb(147, 165, 155);
}

section{
    color: white;
    width: 500px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(52, 26, 65);
    border-radius: 10px;
    padding-bottom: 10px;
}

.titulo{
    color: white;
    width: 500px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(52, 26, 65);
    border-radius: 10px;
}