html {
    overflow-y: scroll;
}

html, body {
    background-color: #FCFCFC !important;
}

.menu-invert {
    mix-blend-mode: difference;
    color: white;
    transition: color .2s linear;
}
