* {
    color: white;
    font-size: 22px;
    font-family: sans-serif;
}

button {
    background-color: #e0e5eb36;
    border-radius: 8px;
    padding: 4px;
    margin: 4px;
}

input {
    color: black;
}

html, body {
    background: #2d2f30;
}

body {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-evenly;
    align-items: center;
}
