/* -- LAYOUT -- */

html,
body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

/* -- STYLING -- */

html {
    background-color: #f2f2f2;
}

body {
    font-family: 'Roboto Regular';
    background-color: white;
}
