.headerTitle {
    color: white;
    font-size: 14px;
    font-weight: bolder;
    padding-bottom: 10px;
}

.highlighted {
    background-color: #848484;
    border-radius: .25rem;
    color: white;
    font-size: 16px;
    font-weight: bolder;
    text-align: center;
    text-transform: uppercase;
    width: 26px;
    height: 26px;
}

.highlighted_firstletter {
    background-color: #EAEB8D;
    border-radius: .25rem;
    color: black;
    font-size: 16px;
    font-weight: bolder;
    text-align: center;
    text-transform: uppercase;
    width: 26px;
    height: 26px;
}

.partofword {
    background-color: #3A3A3A;
    border-radius: .25rem;
    color: #5B5B5B;
    font-size: 16px;
    font-weight: bolder;
    text-align: center;
    text-transform: uppercase;
    width: 26px;
    height: 26px;
}

.partofsolution {
    background-color: #3A3A3A;
    border-radius: .25rem;
    color: #219F21;
    font-size: 16px;
    font-weight: bolder;
    text-align: center;
    text-transform: uppercase;
    width: 26px;
    height: 26px;
}

.blockedcell {
    background-color: #181818;
    border-radius: .25rem;
    width: 26px;
    height: 26px;
}

.remainingCharacters {
    color: yellow;
    font-family: 'Courier New';
    font-size: 20px;
    font-weight: bolder;
}

.solutionWords {
    color: lightgray;
    font-size: 12px;
    font-weight: bolder;
}

    .solutionWords:hover {
        color: yellow;
        font-size: 12px;
        font-weight: bolder;
    }

.solutionWordNotFound {
    color: #F37F87;
    font-size: 12px;
    font-weight: bolder;
}
