p {
    font-size: 20px;
    line-height: 1.5;
    color: #333;
}
h1 {
    font-size: 32px;
    line-height: 1.5;
    color: #333;
}
a {
    color: #0074d9;
}
body {
    background-color: #cecece; /* Change this to your preferred color */
}
footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #333;
    color: #fff;
    padding: 10px;
    text-align: center;
}
td {
    border: 5px solid black;
    width: 100px;
    height: 100px;
    font-size: 50px;
    text-align: center;
    font-family: sans;
}
td:nth-child(1) {
    border-left: none;
}
td:nth-child(3) {
    border-right: none;
}
tr:nth-child(1) > td {
    border-top: none;
}
tr:nth-child(3) > td {
    border-bottom: none;
}
#turn {
    font-weight: bold;
    text-transform: capitalize;
    text-align: center;
    font-size: 16pt;
    background-color: #777777;
    width: 340px;
}
