.letters {
    border-bottom: 5px solid black;
    width: 50px;
    height: 32px;
    text-align: center;
    display: inline-block;
    margin-top: 50px;
    margin-left: 50px;
    margin-bottom: 20px;
    font-size: 25px;
    vertical-align: top;
    font-family: monospace;
}

.pictures {
    display: none;
}

.letter {
    border: 1px solid black;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    font-size: 25px;
    cursor: pointer;
    font-family: monospace;
}

.letter:hover {
    background-color: skyBlue;
}

.used {
    opacity: 0.25;
}

.used:hover {
    cursor: not-allowed;
}

h1 {
    color: gold;
    border: 15px blue ridge;
    display: inline-block;
    background-color: Firebrick;
}

h2 {
    display: none;
    color: gold;
    border-radius: 200px;
    border: 10px crimson ridge;
    background-color: darkmagenta;
}

body {
    background-color: cornflowerblue;
}

#submit {
    border: 10px ridge blue;
    font-family: fantasy;
}

#random {
    border: 10px ridge orange;
    font-family: cursive;
}

button {
    border-radius: 200px;
    cursor: pointer;
}

#word {
    border-radius: 100px;
    border: 10px ridge coral;
    font-size: 15px;
    font-family: monospace;
}
