:root {
    --color: #3e5471;
    --color-buttons: rgba(255, 255, 255, 0.2);

    --text-color: rgba(255, 255, 255, 0.85);
    --text-color-headers: #e1ffff;
    --text-color-muted: rgba(255, 255, 255, 0.65);
    --link-underline: rgba(255, 255, 255, 0.4);
}

body {
    background: var(--color);
}

.grid0 {
    width: 100%;
    max-width: 880px;
}

.grid1 {
    width: 100%;
    max-width: 700px;
}

.grid2 {
    width: 100%;
    max-width: 580px;
}

@media (max-width: 768px) {
    .grid0,
    .grid1,
    .grid2 {
        width: unset !important;
    }
}

.inline {
    display: inline-flex !important;
}
