
html {
    background:black;
}

body {
    background: black;
    height: 100vh;
    padding: 0;
}

.remheight { height:50rem; }

.uk-navbar-container:not(.uk-navbar-transparent) {
    background: black;
}

.uk-section-default { background: black; }

.font-test {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 6em;
    line-height: 1.1;
}

@media (max-width:760px) {

    .font-test {
        font-weight: 900;
        font-size: 3em;
        line-height: 1.1;
    }

    img.burning-img { width:80px; }

    .uk-navbar-nav>li>a {  }

}

@media (min-width: 960px) {
    .uk-countdown-number {
        font-size: 4rem;
    }
}
