    @font-face {
        font-family: dorky;
        src:url("/assets/fonts/Dorkus-Regular.otf");
        
    }
    @font-face {
        font-family: ssnow;
        src:url("/assets/fonts/SugarSnow.otf");
        
    }
   
    #container {
        max-width: 1100px;
        padding-top: 100px;
        padding-bottom: 100px;
        margin: auto;
        display: flex;
        flex-direction: column;

        

    }
 

    body {
        font-family: dorky;
        font-weight: bold;
        font-size:x-large;
        margin: 0;
        background-image:url(/assets/bgs/stars_small_anim.png), linear-gradient(0deg, #FF83CB, #3B0194);

        background-repeat: repeat;
        background-size: 500px;
        background-attachment: fixed;
        margin: auto;
        min-height:100%;

      z-index: -8;
        
        color: #bbffe3;
    }
    a {
        color: #fafd29;
    }
        #rainbow a:hover {
            color: #ff6f6f;
        }
        #rainbow2 a:hover {
            color: #ffa239;
        }
        #rainbow3 a:hover {
            color: #fafd29;
        }
        #rainbow4 a:hover {
            color: #45ff35;
        }
        #rainbow5 a:hover {
            color: #4b3eff;
        }
        #rainbow6 a:hover {
            color: #8d099e;
        }

        main {
        background-color: #0d5c1e;
        background-image: url('/assets/bgs/checkpatterngreen1.png');
        width: 60%;
        border-style:outset ;
        border-color: rgb(54, 138, 68);
        border-width: 5px;
        margin: auto;
        padding: 5%;
        padding-top: 50px;
        border-radius: 3ch;
        order: 1;

        }

        .Main1 {
            padding-top: 20px;
        }

        .Main2 {
            padding-top: 280px;
        }
        .Welc1 {
            font-family: ssnow;
            color: #45ff35;
        }

        nav {
        background-color: #0d5c1e;
        background-image: url('/assets/bgs/checkpatterngreen1.png');
        font-size: 30px;
        font-family: ssnow;
        border-style:outset ;
        border-color: rgb(54, 138, 68);
        width: 78%;
        margin: auto;
        border-width: 5px;
        height: 80px;
        border-radius: 1.5ch;
        order: 0;

        }

        nav ul{
            position: relative;
            bottom: 40px;
            right:30px;
            display: flex;
            flex-wrap:nowrap;
            list-style: none;

        }

        nav a {
            text-decoration: none;
            
        }

        nav ul li a:hover {
            text-decoration: underline;
            color: orangered;
            
        }

        nav ul li {
            
            z-index: 2;
            width: 200px;
        }

        header {
            
            width: 100%;
            height: 20px;
            margin: auto;
            padding-bottom: 200px;
            
        }

        header img {
            position: relative;
            width: 50%;
            bottom: 100px;
            z-index: 2;

            
            
        }

        aside {
         order: 2;
         height: 0px; 
         width: 250px; 
         position: relative;
          left: 80%; 
         bottom: 1200px;
        }

        .fuckingwork {
        background-color: #0d5c1e;
        background-image: url('/assets/bgs/checkpatterngreen1.png');
        width: 100%;    
        border-style:outset ;
        border-color: rgb(54, 138, 68);
        border-width: 5px;
        border-radius: 3ch;
        padding: 20px;
  
        
        }

        .fuckingwork iframe {
            height: 600px;
            width: 100%;
        }


.marquee{
    background-image: url(/assets/site_images/marq/RainbowRoad.png);

    height: 300px; 
    margin: auto;
    max-width: 1200px;
    background-size: 1200px;
     background-position-x: center; 
      background-attachment:local;
      clip-path: inset(3% 2% 3% 2%);
     border-radius: 10ch; 
     border-style:groove;
       border-width: 10px; 
       border-color: rgb(255, 232, 128);
       font-size: small;
       
       
        overflow: hidden;
       overflow: -moz-hidden-unscrollable;
}

.marquee-move {
       
    animation: marquee 23s infinite linear; 
    
      
 }   
 
 @keyframes marquee {

    0% {
       left: 100%;
    }
  
    100% {
       left: 0;
       transform: translateX(-400%);
    }

 }


 #statuscafe {
    padding: .5em;
    background-color: rgba(6, 75, 15, 0.644);
    background-image: url(/assets/bgs/bg2024_1.png);
    background-blend-mode: multiply;
    font-weight: bolder;
    width: 80%;
    border-radius: 1ch;
    margin: auto;
}

#statuscafe-username {
    margin-bottom: .5em;
    color: aliceblue;

}
#statuscafe-content {
    margin: 0 1em 0.5em 1em;
}

  .circ {
    height: 315px;
    width: 315px;
    background-color: #ffc400;
    border-radius: 50%;
    display: inline-block;
  }

  .circ2 {
    height: 300px;
    width: 300px;
    background-color: #0f3618;
    position: relative;
    top: 7px;
    border-radius: 50%;
    display: inline-block;
  }

  footer {

    position: absolute;
    top: 110%;
    width:100%;
    height: 1000px;
    background-image: url(/assets/bgs/footer.png);
    background-repeat: repeat;
    z-index: -3;

}

  .footerAbout {

    position: absolute;
    top: 162%;
    width:100%;
    height: 1000px;
    background-image: url(/assets/bgs/footer.png);
    background-repeat: repeat;
    z-index: -3;

}


@media only screen and (max-width: 950px){

body {
    overflow-x: hidden;
    margin: auto;
}
    #container {
        max-width: 900px;
        padding-top: 100px;
        padding-bottom: 100px;
        padding-left: 20px;
        padding-right: 20px;



        

    }

main {
        background-color: #0d5c1e;
        background-image: url('/assets/bgs/checkpatterngreen1.png');
        width: 90%;
        border-style:outset ;
        border-color: rgb(54, 138, 68);
        border-width: 5px;
        margin: auto;
        padding: 5%;
        padding-top: 50px;
        border-radius: 3ch;
        order: 1;

        }

        .Main1 {
            padding-top: 20px;
        }

        .Main2 {
            padding-top: 280px;
        }
        .Welc1 {
            font-family: ssnow;
            color: #45ff35;
        }

        nav {
        background-color: #0d5c1e;
        background-image: url('/assets/bgs/checkpatterngreen1.png');
        font-size: 30px;
        font-family: ssnow;
        border-style:outset ;
        border-color: rgb(54, 138, 68);
        width: 100%;
        height: 100%;

        border-width: 5px;
        border-radius: 1.5ch;
        order: 0;

        }

        nav ul{
            position: relative;
            bottom: 10px;
            right: 20px;
            
            flex-wrap: wrap;
            list-style: none;
        }

        nav a {
            text-decoration: none;
            
        }

        nav ul li a:hover {
            text-decoration: underline;
            color: orangered;
            
        }

        nav ul li {
            z-index: 2;
            margin: auto;
            padding: 10px;
            
        }

        #button_box {
            display: none;
        }

        header {
            
            width: 100%;
            height: 30px;
            margin: auto;
            padding-bottom: 20px;
            
        }

        header img {
            position: relative;
            width: 50%;
            bottom: 100px;
            z-index: 2;

            
            
        }

        aside {
         order: 2;
         height: 0px; 
         width: 90%; 
         position: static;
          padding-right: 30px; 
         bottom: 0px;
         padding-top: 100px;
         margin: auto;
        }


        .fuckingwork {
        background-color: #0d5c1e;
        background-image: url('/assets/bgs/checkpatterngreen1.png');
           
        border-style:outset ;
        border-color: rgb(54, 138, 68);
        border-width: 5px;
        border-radius: 3ch;
        padding: 20px;
  
        
        }

        .fuckingwork iframe {
            height: 300px;
            width: 100%;
        }


.marquee{
    background-image: url(/assets/site_images/marq/RainbowRoad.png);

    height: 300px; 
    margin: auto;
    max-width: 900px;
    background-size: 1200px;
     background-position-x: center; 
     background-position-y: center;
      background-attachment:local;
      clip-path: inset(3% 2% 3% 2%);
     border-radius: 10ch; 
     border-style:groove;
       border-width: 10px; 
       border-color: rgb(255, 232, 128);
       font-size: small;
       
       
     overflow: hidden;
     overflow: -moz-hidden-unscrollable;
}

.marquee-move {
       
    animation: marquee 23s infinite linear; 
    
      
 }   
 
 @keyframes marquee {

    0% {
       left: 100%;
    }
  
    100% {
       left: 0;
       transform: translateX(-600%);
    }

 }


 #statuscafe {
    padding: .5em;
    background-color: rgba(6, 75, 15, 0.644);
    background-image: url(/assets/bgs/bg2024_1.png);
    background-blend-mode: multiply;
    font-weight: bolder;
    width: 80%;
    border-radius: 1ch;
    margin: auto;
}

#statuscafe-username {
    margin-bottom: .5em;
    color: aliceblue;

}
#statuscafe-content {
    margin: 0 1em 0.5em 1em;
}


  footer {

    position: absolute;
    top: 140%;
    width:100%;
    height: 1000px;
    background-image: url(/assets/bgs/footer.png);
    background-repeat: repeat;
    z-index: -3;

}

  .footerAbout {

    position: absolute;
    top: 162%;
    width:100%;
    height: 1000px;
    background-image: url(/assets/bgs/footer.png);
    background-repeat: repeat;
    z-index: -3;

}

#bttn {
    display: none;
    
}

.mobile-hide {
    display: none;
}

}