#
# CSS Stylesheet
#

html, body {
    margin: 0;
    background-color: #ffffff;
}

.full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

#page {

}

