*
{
    font-family: Helvetica, Helvetica, Arial, sans-serif;
    color: white;
    background-color: #222222;
    font-size: 24px;
    transition: all 0.15s;
}

body
{
    max-width: 100vw;
    margin: 0;
    padding: 1em;
    background-color: #222222;
    overflow-x: hidden;
}

body *
{
    background-color: #00000000;
}

header
{
    text-align: center;
}

h1
{
    margin: 16px;
    font-size: 48;
}

#generatedMonster
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 3em;
}

.shuffling > img
{
    height: 33vh;
    max-height: 33vh;
    width: auto;
}

#generatedMonster > p
{
    text-align: center;
}

a
{
    color: white;
    text-decoration: underline;
}

a:hover
{
    color: white;
    cursor: pointer;
}

#arrowKeys
{
    width: 95%;
    height: 3em;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 3em;
}

#arrowKeys > button
{
    border: none;
    border-radius: 0.5em;
    background-color: rgb(37, 54, 54);
    margin: 0 0.5em;
}
