/*
 * Colors
 */

:root {
    --bs-body-bg: var(--bs-gray-100);
}

/* Required for proper centering */
html, body{
    height:100vh;
    width:100vw;
}
