
body {
  background-color: #0562CA;
  background-image: url(https://fivefishesoutsidethewater.neocities.org/vecteezy_vector-white-fluffy-clouds-in-blue-sky_21845201%20[Converted]-01.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.5); 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: white; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: lime; 
}
  
         
@keyframes refresh{0%{bottom:100%}70%{bottom:100%}100%{bottom:0px}}
.refresh {
float: left;
width: 200%;
height: 100px;
z-index: 8;
background: linear-gradient(0deg,rgba(0,0,0,0) 0,rgba(255,255,255,.4) 10%,rgba(0,0,0,.1) 100%);
opacity: .1;
position: fixed;
bottom: 0;
animation: refresh 8s linear infinite;
animation-name: refresh;
animation-duration: 8s;
animation-timing-function: linear;
animation-delay: 0s;
animation-iteration-count: infinite;
animation-direction: normal;
animation-fill-mode: none;
animation-play-state: running;
}

@keyframes flicker{
0%{opacity:0.5}
5%{opacity:0.7}
10%{opacity:0.9}
15%{opacity:0.5}
20%{opacity:0.4}
25%{opacity:0.4}
30%{opacity:0.3}
35%{opacity:0.5}
40%{opacity:0.6}
45%{opacity:0.5}
50%{opacity:0.3}
55%{opacity:0.4}
60%{opacity:0.7}
65%{opacity:0.9}
70%{opacity:0.7}
75%{opacity:0.4}
80%{opacity:0.5}
85%{opacity:0.7}
90%{opacity:0.6}
95%{opacity:0.9}
100%{opacity:1}
}

.cligno {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 2;
background: repeating-linear-gradient(90deg,rgba(65,8,8,0.08) 0px 1px,rgba(0,25,0,0.08) 1px 2px ,rgba(9,,85,0.08) 2px 3px),repeating-linear-gradient(0deg,transparent 0px 1px, rgba(0,0,0,0.4) 1px 2px);
opacity:0;
pointer-events:none;
animation:flicker 0.02s infinite;
}
 .crt::before {
  content: " ";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
  z-index: 2;
  background-size: 100% 2px, 3px 100%;
  pointer-events: none;
}

@keyframes flicker {
  0% {
  opacity: 0.27861;
  }
  5% {
  opacity: 0.34769;
  }
  10% {
  opacity: 0.23604;
  }
  15% {
  opacity: 0.10626;
  }
  20% {
  opacity: 0.18128;
  }
  25% {
  opacity: 0.10626;
  }
  30% {
  opacity: 0.18128;
  }
  35% {
  opacity: 0.23604;
  }
}

.crt::after {
  content: " ";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(18, 16, 16, 0.1);
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  animation: flicker 0.15s infinite;
}

@font-face{
  font-family: what;
  src: url( );
}

         

  .container{
width: 800px;
height: auto;
max-height: 100%;
border: 1px solid white;
  border-radius:7px;
 background-color:transparent;       
background-clip: padding-box;
margin-left: auto;
margin-right:auto;

} 

  .smallcontainer{
width: 130px;
height: auto;
max-height: 100%;
border: 0.5px solid white;
  border-radius: 4px;
  padding: 5px;
  float:left;
background-color: transparent;
background-clip: padding-box;
color: white;
margin: auto;
font-family: 'Calibri';
} 

  .bigcontainer{
width: 800px;
height: auto;
float:left;
max-height: 100%;
background-color: transparent;
background-clip: padding-box;
} 

  .sidebar{
width: 150px;
height: auto;
max-height: 100%;
border: 0.5px solid white;
  border-radius: 4px;
  padding: 5px;
overflow: auto;
line-height: 100%;
background-color: transparent;
background-clip: padding-box;
float:left;
color: white;
margin: 5px;
font-family: 'Calibri';
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
} 

  .main{
width: auto;
height: auto;
max-height: 100%;
border: 1px solid white;
  border-radius: 4px;
  padding:5px;
line-height: 100%;
background-color: transparent;
float:left;
text-align: left;
color: white;
overflow: auto;
margin:auto;
font-family: 'Calibri';
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
} 
@font-face {
  font-family: Name;
  src: url(link);
}
@font-face {
  font-family: Name;
  src: url(link);
  font-weight: bold;
}
a:link {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: lime;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: blue;
  background-color: transparent;
  text-decoration: underline;
}


.button {
  display: inline-block;
  background-color: white; 
  border: transparent;
  border-radius:10px;
  color: white;
  height: auto;
  text-align: center;
  text-decoration: none;
  font-size: 70%;
  transition-duration: 0.4s;
  cursor: pointer;
  box-shadow: 0 4px lime;
}

.button1 {
  background-color: white; 
  color: blue; 
  border: 1px solid black;
}

.button1:hover {
  background-color: gray;
  color: lime;
}
.button1:active {
  background-color: gray;
  box-shadow: 0 4px #666;
  transform: translateY(4px);
}

 .my_iframe{
        width: 78%;
        height: 559px;
        border: 3px solid white;
        border-radius:7px;
        background-color: rgba(255, 255, 255, 0.1); /* Make background transparent for glass effect */                                    
        backdrop-filter: blur(8px);
                   border-top: 3px solid rgba(255, 255, 255, 0.4);
                   border-left: 3px solid rgba(255, 255, 255, 0.3);
                   box-shadow: (5px, 5px, 5px,rgba(0,0,0,0.89));
      }



