button {
    font-size: 1.5rem;
    padding: 12px 24px; margin: 8px;
    background-color: #E58F65; color: #F1E8B8;
    border: none; border-radius: 8px;
    cursor: pointer;
    box-shadow: 0px 2px 3px 2px;
}
button:focus {outline: 3px solid #191919; box-shadow: 0px 2px 3px 2px #191919;}
button:hover {background-color: #F1E8B8; color: #D05353; cursor: pointer;}

section, h1, p { text-align: center;}
h1 {margin-top: 20rem; color: #F1E8B8;}
p{color: #F1E8B8;}

#letters {display: grid; grid-template-columns: auto auto auto auto auto;}

main {
    display: flex; gap: 5rem;
    background-color: #D05353; border-radius: 30px;
    justify-content: center; padding: .75rem; width: fit-content; margin: 0 auto;
}

body {
    background-color: #191919;
}