body {
	background-color: lightblue;
}

#content {
    width: 80%;
    margin: 20px auto;
    text-align: center;
}

a {
    font-size: 50px;
}

table{
    border-collapse: collapse;
    border: 1px solid black;
    width: 50%;
    margin: 20px auto;
    table-layout: fixed;
}

td {
    border: 2px solid black;
    text-align: center;
    font-size: 60px;
    color: black;
    background-color: white;
    height: 75px;
}

#turn {
    text-align: center;
    padding-top: 20px;
    font-size: 50px;
}

#reset {
    text-align: center;
    padding-top: 20px;
    font-size: 50px;
}

#reset:hover {
    cursor: pointer;
}

#secret a:visited {
    color: lightblue;
}

#secret a {
    cursor: help ;
}