

body {
 background-image: url(https://owofox.neocities.org/pngs/blinking%20stars.webp);
}



#tv{
        position:absolute;
   height:820px;
   width:900px;
        z-index:2;
  left:-300px;
  
pointer-events: none;
  

}




#inside {
  height:470px;
   width:570px;
position:absolute;
  left:-16px;
  top:70px;
  
  
     background-color:#5c97ff;
  
   text-align: center;
  
  padding-top: 5px;
}

#container {
   position:relative;
              margin: auto;
              justify-content: center;
              max-width: 600px; 
    background-color:#5C97FF;
  

  
}



#warning {

  
 font-family: "Silkscreen", sans-serif;
    font-size: 13px;
 text-align: center;
 color: white;  
  
 background-color: blue;
  
   border: 5px solid #474DFF;
 border-radius: 25px; 
 
    
  margin-top: 20px;
  margin-right: 7px;
  margin-left: 7px;
}

  #enter {    
    

    
  display: flex;
  justify-content: center;
  align-items: center;  
    
  height: 120px;
    

 background-color: blue;
    
        border: 10px solid;
     border-image-slice: 1;
      border-image-source: linear-gradient(to bottom right, #452EF0 0%, #9F2EF0 25%, #F25557 50%, #452EF0 75%,#9F2EF0 100%);
    
     margin-top: 10px;
     margin-right: 20px;
     margin-left: 20px;
     margin-bottom: 5px;
  }


#enter:hover {
    background-image: url(https://owofox.neocities.org/pngs/STARS.gif);

  }

a{

}




.lines {
position: fixed;
left: 0;
top: 0;
width: 100vw;
height: 100vh;
pointer-events: none;
z-index: 1;
opacity: 0.1;
}
 
.lines:before {
content: '';
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
pointer-events: none;
background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, .5) 51%);
background-size: 100% 4px;
will-change: background, background-size; animation: scanlines 0.2s linear infinite;
}
 
@keyframes scanlines {
from {
background: linear-gradient(to bottom, transparent 10%, rgba(0, 0, 0, .5) 51%); background-size: 100% 4px; }
to {
background: linear-gradient(to bottom, rgba(0, 0, 0, .5) 50%, transparent 51%);
background-size: 100% 4px;
}
}
@media only screen and (max-width: 600px);
{
