@import url('https://fonts.googleapis.com/css2?family=Aldrich&display=swap');
/* if you steal my gradients i will rape you to death*/
/* even though i took all of them my nigga i made 0 gradients myself*/
#midpic{
 border-style: solid;
 border-color: #ff0000;
  border-width: 3px;
image-rendering: pixelated;   
  image-rendering: crisp-edges;
  margin: 0 auto;
  display: block;
  box-sizing: border-box;
  width: 400px;
  max-width: 100%;
}

img{
   
  image-rendering: crisp-edges; 
   image-rendering: pixelated;   
}
.smoothimg {
    image-rendering: auto !important;
    image-rendering: optimizeQuality !important;
    image-rendering: -moz-crisp-edges !important; 
}
body{
    background-color: #000;
 background-repeat: round;
 min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
}

.topbar2{
    display: inline-block;
    color: rgb(255, 0, 0);
    border-style:solid;
    border-color: #464646;
    border-width: 1px;
    border-radius: 2px;
    font-size: smaller;
    border-left: none;
    border-top: none;
    border-bottom: none;
    margin: 0;
    padding: 0px 10px;
    -webkit-font-smoothing: none;
}
.topbar1{
text-align: center;
border-style: solid;
border-color: #0f0f0f;
 border-width: 2px;
border-radius: 6px 6px 0px 0px;;
 width: 100%;
margin: 0;
 background-image: linear-gradient(rgba(255,255,255, 0.15) 0%, rgba(255,255,255, 0.15) 50%, transparent 50.1%);
-webkit-font-smoothing: none;
box-sizing: border-box;
background-color: #000000ea;
}

.main-layout {
  font-family: 'Aldrich', sans-serif;
    font-size: 10px;
 position: relative; 
    text-align: center;
    width: auto;    
    margin: 0 auto;
    max-width: 900px;
 display: table;
 transform: scale(var(--site-scale));
    transform-origin: top center;
    margin-bottom: 500px;
  padding: 1PX;
}


.sidebarleft, .sidebarright {
    position: absolute;
    top: 0;
    width: 150px;
    height: 180px;
    border-color: #000f01;
    border-style: solid;
    border-width: 2px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    z-index: 999;
 background: 
        radial-gradient(ellipse at center, rgba(255,255,255,0.05) 0%, transparent 80%),
        linear-gradient(180deg, #1a5e00 0%, #0b3a00 50%, #012001 100%);
        box-shadow: 
        inset 0 2px 5px rgba(0,0,0,0.8),  
        inset 0 0 0 rgba(255,255,255,0.1); 
    box-sizing: border-box;
    border-radius: 0px;
    padding-top:20px ;
    margin-top: 30px;
    
}


.sidebarleft {
    right: 100%;
}

.sidebarright {
    left: 100%;
}

#sidebarimage{
    margin-bottom: 50px;
    padding-top: 0px;
    width: 80%;
    border-style: solid;
   border-color: #000f01;
   background-color: #000;
    border-width: 2px;
    padding-right: 0px;
}

#sidebarinside{
border-style: solid;
color: #003104;
height: 50%;
width:50%;
}

.sidebarbottom{
color: #000;
width: 50px;
height: 50px;
margin-top: -50px;
}
.sidebarbottom a p{
  color: #ff0000;
  text-decoration: underline;
  text-decoration-color: #ff1100;
  text-shadow: 
    0 0 5px rgba(0, 2, 0, 0.7), 
    0 0 10px rgba(0, 131, 0, 0.4);
       font-size: 9px;
       font-weight: bold;
}
.bottombar1{
position: relative;
text-align: center;
    border: 2px solid #0f0f0f;
    border-radius: 0 0 6px 6px;
    width: 100%;
    height: 30px;
    margin: 0;
    background-image: linear-gradient(rgba(255,255,255, 0.15) 50%, transparent 50.1%);
    display: flex; 
    justify-content: center;
    background-color: #000000ea;
    display: flex;
    align-items: center;
    overflow: visible;
    box-sizing: border-box;
}

.bottombar2{
display: flex;
    width: 50px;     
    height: 50px;
    image-rendering: pixelated;
    color: rgb(255, 255, 255);
    margin: 3px;
    padding: 0px;
    align-items: center;
    display: flex;
    margin-left: 0px;
    justify-content: center;
}
.bottombar2 a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.social{
    width: 40%;
    height: 40%;
    image-rendering: pixelated;
    line-height: 0;
    margin: 5px;
    display: block;
}

p{
  color: #ff0000;
  display: flex;
   justify-content: center;
   font-size: 10px;
}

.marquee{
animation: marquee 2s linear infinite;
animation-duration: 5s;
animation-iteration-count: infinite;
animation-timing-function: linear;
display: inline-block;
white-space: nowrap;
overflow: hidden;
color:#09ff00
}
.marquee-container {
    width: 100%;
    overflow: hidden; 
    position: relative;
    background: #000; 
    margin-top: 10px;
}
@keyframes marquee{
  0% {
				transform: translateX( 100% );
			}
			to {
				transform: translateX( -150% );
			}
}

#oalgo{
  font-family: 'Eater', sans-serif;
  color: #0b3a00;
  transform: translateX(-50%);
 left: 50%;
   position: relative;
   margin-top: 44px;
   font-size: 50px
}

        @font-face {
        
            font-family: 'Nulshock';
            src: url('https://files.catbox.moe/d4eg4r.ttf') format('truetype');
        }
@font-face {
font-family: 'Eater';
          src: url('https://files.catbox.moe/tznvlb.ttf')  format('truetype');
}
        :root{
          --site-scale: 1.5;
        }
h1{
    color: #ff0000;
  display: flex;
   justify-content: center;
}
#gie{
  height: 20px;
  padding-top: 20px;
}
.grip {
    width: 14px; 
    height: 20px;
    margin: 0 10px;
    background-image: 
        radial-gradient(circle at 1.5px 1.5px, rgba(255, 255, 255, 0.2) 0.5px, transparent 1px), /* Highlight */
        radial-gradient(circle at center, rgba(0, 0, 0, 0.6) 1px, transparent 1.2px);           /* Transparent Hole */
    background-size: 5px 5px;
    background-position: 0.5px 0.5px, 0 0;
    flex-shrink: 0;
}

body::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 3px solid #2e7e00; 
    box-shadow: inset 0 0 20px #000;
    pointer-events: none;
    z-index: 9999;
}
.sidebarvideo1 {
    width: 145px; 
    position: relative;
    margin-top: 30px;
    margin-right: 2px;
    z-index: 1000; 
}
.sidebarvideo2 {
    width: 145px; 
    position: relative;
    margin-top: 30px;
    margin-left: 2px;
    z-index: 1000; 
}

.sidebarvideo video {
    width: 100%;
    height: auto;
}
