.search-letter {
    display: inline-block;
    padding: 8px;
    width: 15px;
    height: 15px;
    margin: 0px;
}
.search-letter:hover {
    cursor: pointer;
}

.active-word-search {
    cursor: pointer;
    background-color: orangered !important;
}

.solved-letter {
    background-color: green;
    color: white;
}

.word-bank {
    width: 100%;
    max-width: 400px;
    margin: 30px auto;
    border: 1px solid;
    min-height: 100px;
    box-sizing: border-box;
    padding: 20px;
    line-height: 30px;
    background-color: white;
    text-align: left;
}

.word-bank span {
    padding-right: 14px;
}

.crossed-out {
    text-decoration: line-through;
}

.search-box {
    max-width: 750px;
    margin: auto;
}