



p:nth-child(odd) p:nth-child(even){
    background-color: rgb(43, 40, 40);
    color: white;
}

tr:nth-child(even) td:nth-child(odd){
    background-color: rgb(43, 40, 40);
    color: white;
}

h1{
    text-align: center;
    font-size: 3em;
}

input{
    text-align: center;
    font-size: 1em;
}

form{
    text-align: center;
    font-size: 2em;
    margin: auto;
    margin-bottom: 20px ;
}

.color{
    background-color: rgb(226, 168, 168);
    width: auto;
    font-size: 2em;
    margin: auto;
}