html,
body,
#wildfire-wrapper,
#live-area
{ 
    min-height: 100vh;
    overflow: auto;
}
  
body 
{
    background-color: #f7f7f7;
    background-image: url(/templates/space2burn/skins/2025a/structure/burncircuit.jpg);
    background-position: center center;
    background-size: cover;
}

#live-area
{
    padding: 30px 0;
    background: url(/core/structure/alpha_tiles/black_40.png);
}

#live-area svg
{
    width: 198px;
    height: 398px;
}

#sitemap-link
{
    display: none;
}

h1
{
    margin: 24px 0 48px;
    font-size: 3.5rem;
    /* color: #dc2602; */
    color: #fff;
}

p
{
    margin: 24px 20%;
    color: #fff;
}

a
{
    padding: 4px 8px;
    background: transparent;
    font-size: .9rem;
    color: #fff;
    text-decoration: none;
}

a:hover
{
    color: #fff;
    background: #000;
}

.filmotype 
{
    font-family: "filmotype-jewel", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.dreamboat
{
    font-family: "dreamboat", sans-serif;
    font-weight: 400;
    font-style: normal
}

.modern
{
    font-family: "monotype-modern-display", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.coheadline,
.coheadline p
{
    font-family: "co-headline", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.bold
{
    font-weight: 700;
}