#get-word-button {
    font-family: 'Ranchers', cursive;
    font-size: 2.5rem;
    background-color: black;
    color: white;
    padding: 0.8rem 0.6rem;
    border: none;
    border-radius: 0.5rem;
}

#get-word-button:hover {
    background-color: hsl(0, 0%, 20%);
}

.word-list {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-family: 'Ranchers', cursive;
    font-size: 2.5rem;
    line-height: 3rem;
}

.word-list span {
    display: inline-block;
    margin-right: 1rem;
}
