body {
    margin: 0;
    font-family: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI",
        "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
        "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #2a2c2f;
}

.header {
    background-color: #212325;
    padding: 25px;
    font-size: 28px;
    text-align: center;
    color: #e5e8ec;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.header a{
    color: #80868d;
    font-size: 22px;
    text-decoration: underline;
}

.container {
    max-width: 1200px;
    margin: auto;
}

.pill {
    border-radius: 50px;
    background-color: #212325;
    padding: 20px;
    color: #e5e8ec;
    grid-column: span 3;
}

.text-input {
    background-color: #212325;
    color: #e5e8ec;
    display: block;
    padding: 12px 18px;
    margin: 15px 0;
    outline: none;
    text-align: center;
    font-size: 22px;
    width: 100%;
    box-sizing: border-box;
}

.form-button {
    background-color: #212325;
    color: #e5e8ec;
    display: block;
    padding: 12px 18px;
    margin: 15px 0;
    outline: none;
    text-align: center;
    font-size: 22px;
    width: 100%;
    box-sizing: border-box;
    border: none;
    font-weight: bold;
}

/* .js-loading *,
.js-loading *:before,
.js-loading *:after {
    animation-play-state: paused !important;
} */