#board {
    font-size: 0px;
    display: inline-block;
}

.boxes {
    width: 100px;
    height: 100px;
    border: 15px ridge black;
    display: inline-block;
    font-size: 50px;
    text-align: center;
    vertical-align: top;
    position: relative;
    line-height: 100px;
    cursor: pointer;
    font-family: fantasy;
    background-color: greenyellow;
}

button {
    font-size: 20px;
    font-family: monospace;
    border-radius: 200px;
    border: 13px ridge black;
    background-color: coral;
    cursor: pointer;
}

.lightblue {
    background-color: dodgerblue;
}

#win {
    display: none;
    font-size: 20px;
    font-family: monospace;
}

#inf {
    display: inline-block;
}

body {
    background-color: antiquewhite;
}

.cursoring {
    cursor: not-allowed;
}

#hints {
    display: inline-block;
}

#showhints,
#showhints1,
#showhints2 {
    display: none;
    font-size: 20px;
    border: 7px dashed darkmagenta;
    background-color: pink;
}

.hilightred {
    background-color: firebrick;
}

body {
    font-family: monospace;
}

#infor {
    font-size: 17px;
    border: 10px ridge lightgreen;
    background-color: skyblue;
    border-radius: 200px;
}

#tries {
    display: inline-block;
}

#tri {
    border: 13px ridge black;
    border-radius: 200px;
    font-family: monospace;
    font-size: 23px;
    background-color: coral;
}
