@font-face {
    font-family: terrorist;
    src: url(marhaban.otf);
}

body{
    text-align: center;
    overflow-x:hidden;
    background-image: url('img/cave.jpg');
    background-size: 100%;
}
h2 {
    font-family: terrorist;
    color: red;
    font-size: 3em;
    z-index: 999;
    position: absolute;
    left: 23%;
    top: -3%;
}

.scroll-left {
    top: 96%;
    height:4%;
    margin-left: -50px;
    width:fit-content;
    position: absolute;
    border-top: 2px solid black;
    background-color: #1B1B1B;
}

.scroll-left h1 {
    margin: 0;
    /* Starting position */
    -moz-transform: translateX(4%);
    -webkit-transform: translateX(4%);
    transform: translateX(4%);
    /* Apply animation to this element */
    -moz-animation: scroll-left 120s linear infinite;
    -webkit-animation: scroll-left 120s linear infinite;
    animation: scroll-left 120s linear infinite;
    font-size: 1.5em;
}


/* Move it (define the animation) */

@-moz-keyframes scroll-left {
    0% {
        -moz-transform: translateX(4%);
    }
    100% {
        -moz-transform: translateX(-100%);
    }
}

@-webkit-keyframes scroll-left {
    0% {
        -webkit-transform: translateX(4%);
    }
    100% {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes scroll-left {
    0% {
        -moz-transform: translateX(4%);
        /* Browser bug fix */
        -webkit-transform: translateX(4%);
        /* Browser bug fix */
        transform: translateX(4%);
    }
    100% {
        -moz-transform: translateX(-100%);
        /* Browser bug fix */
        -webkit-transform: translateX(-100%);
        /* Browser bug fix */
        transform: translateX(-100%);
    }
}

#gentoo {
    position: absolute;
    right: 0px;
    bottom: 3px;
    z-index: 9999;
}

#stallman {
    width: 60%;
    height: 70%;
    top: 12%;
    left: 20%;
    position: absolute;
    z-index: 2;
}

#kisak {
    width: 25px;
    height: 25px;
    top: 42%;
    left: 32%;
    position: absolute;
    z-index: 9999;
    opacity: 0.4;
}

#lain {
    z-index: 9999;
    position: absolute;
    width: 5%;
    height: 3%;
    top: 92%;
    right: 95%;
}
#navi {
    position: absolute;
    z-index: 9999;
    right: 0%;
    width: 5%;
    height: 3%;
    top: 93%;
}
#scanner1 {
    background-image: url('img/side_ticker_20-RandomScanner.gif');
    width: 102%;
    height: 7%;
    top: 90%;
    margin-left: -2%;
    position: absolute;
}
#isis {
    position: absolute;
    width: 15%;
    height: 10%;
    top: 50%;
    left: 85%;
}

body::-webkit-scrollbar {
    width: 0em;
}

.bleeper {
    width:fit-content;
    height:fit-content;
    position: absolute;
    image: url('img/bleeper.gif');
    z-index: 999999;
}
#tldr {
    font-family: terrorist;
    color: red;
    width: 17%;
    height: 15%;
    top: 55%;
    z-index: 9999;
    position: absolute;
    font-size: 0.75em;
}

#download {
    width: 10%;
    height: 7%;
    position: absolute;
    top: 83%;
    left: 45%;
}

#tv_container {
    width: 640px; /* Adjust TV image width */
    height: 480px; /* Adjust TV image height */
    position: relative;
    z-index: 1;
}
#tv_container video {
    position: absolute;
    margin-left: -70%;
    margin-top: -20%;
}

#nonfree {
    font-family: terrorist;
    color: red;
    position: absolute;
    left: 80%;
    top: 75%;
    width: 20%;
}