/*
	first-color: #222831 black
	second-color: #393e46 grey
	third-color: #f96d00 orange
	fourth-color: #f2f2f2 white
*/
body {
    max-width: 40em;
    margin: 0 auto;
    padding: 5px;
    font-family: Georgia, serif;
    font-size: 18px;
    line-height: 1.6em;
    background-color: #222831;
    color: #f2f2f2;
}

h1 {
    color: #f96d00;
}

#footer {
    position: absolute;
    bottom: 0;
}

a {
    color: inherit;
}

h1,
h2,
h3 {
    font-family: sans-serif;
    font-weight: normal;
}

#schadenfreude {
    text-align: center;
}

.button-grid {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.button-49 {
    align-items: center;
    background-color: #222831;
    border: 2px solid #f2f2f2;
    box-sizing: border-box;
    color: #f2f2f2;
    cursor: pointer;
    display: inline-flex;
    fill: #f2f2f2;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 600;
    height: 48px;
    justify-content: center;
    letter-spacing: -.8px;
    line-height: 24px;
    min-width: 140px;
    outline: 0;
    padding: 0 17px;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    margin: 5px 0;
}

.button-49:focus {
    color: #f96d00;
}

.button-49:hover {
    border-color: #f96d00;
    color: #f96d00;
    fill: #f96d00;
}

.button-49:active {
    border-color: #f96d00;
    color: #f96d00;
    fill: #f96d00;
}

@media (min-width: 768px) {
    .button-49 {
        min-width: 170px;
    }
}

#alt-color-button {
    text-decoration: underline;
    border: 2px solid #57B8FF;
    color: #57B8FF;
}

#alt-color-button:focus {
    color: #f96d00;
}

#alt-color-button:hover {
    border-color: #f96d00;
    color: #f96d00;
    fill: #f96d00;
}

#alt-color-button:active {
    border-color: #f96d00;
    color: #f96d00;
    fill: #f96d00;
}
