<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html { 
    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

body {
    background-color: rgb(0, 0, 0);
    /*background: url(Background.jpg) no-repeat center center fixed; */
}

.container{
    max-width: 1024px;
}

.nav{
    --bs-nav-link-color: rgb(255, 255, 255);
    --bs-nav-link-padding-y: 2rem;
    --bs-nav-link-font-size: 20px;
}

#logo {
    text-align: center;
    margin-top: -5%;
    background: url('Logo.png');
    background-size: contain;
    aspect-ratio: 1687/726;
    /*max-width: 600px;*/
}

#logoimg{
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

#trailer{
    aspect-ratio: 1920/1080;
    text-align: center;
    background-color: rgb(0, 116, 6);
    margin:auto;
    padding: 0%;
}

#trailermovie{

}

#footer{
    margin-top:60px;
    margin-bottom:60px;
    text-align: center;
    color: rgb(100,100,100);
}</pre></body></html>