/*!
Theme Name: AdFuse Theme
Version: 1.0.0

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


html,
body {
    font-family: Inter, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: white;
    background-color: #020B03;
    scroll-behavior: smooth;
    height: 100%;
}

body {
    margin-top: 0 !important;
}

#page {
    height: 100%;
    display: flex;
    flex-direction: column;
}