


*{
    box-sizing: border-box;
}


body{
    color: #000000;
    font-family: pixel, 'Courier New', Courier, monospace;
}
body {
     /* your new background image path */
    background-image: url('https://sadhost.neocities.org/images/tiles/starsforever.gif');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #000000;
    font-family: pixel, 'Courier New', Courier, monospace;
}


body, h1, h2, h3, h4, h5, h6 {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility; 
    opacity:1;
}


header{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 50px;
}


h1{
    color: greenyellow;
    font-size: 50px;
    font-weight:100;
    text-shadow: 1px 1px 2px black;
    text-align: center;
    transition: transform 0.3s;
}

h1:hover{
    transform:scale(1.1)
}
h1 a{
    color: greenyellow;
    text-decoration: none;
    display: block;
    text-align: center;
}


.navbar{
    border: greenyellow solid;
    list-style-type: none;
    border-radius: 20px;
    box-shadow: 1px 1px 5px rgb(23, 23, 23);
    text-align: center;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    
   
}
.navbar a{
    color: greenyellow;
    text-decoration: none;
    padding: 20px;
    display: block;
    text-align: center;
    text-shadow: 1px 1px 2px black;
    flex: 1;
    transition: transform 0.3s;
}
.navbar a:hover{
    background-color: rgba(153, 205, 50, 0.344);
    transform:scale(1.2)
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px; 
  }
  

::-webkit-scrollbar-track {
    
    background: rgba(128, 128, 128, 0);
    border-radius: 10px;
  }
 
  

::-webkit-scrollbar-thumb {
    background: rgba(154, 154, 154, 0.629);
    border-radius: 10px;
  }
 



.video-bg {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;

}
footer{
    font-size: small;
    font-weight:100;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    padding: 20px;
    text-shadow: 1px 1px 2px black;
    
}
footer a{
    color: greenyellow;
     text-decoration: none;
     padding: 20px;
     display: block;
     text-align: center;
}
footer a:hover{
    transform:scale(1.05);
}


@media (min-width: 2000px) {
    body{
        zoom: 1.1;
       
        
    }
    header{
        margin-top: 70px !important;
    }
    
  

      
}

.ripped-paper {
    background: url('/css/images/white-ripped-paper.png') no-repeat center center;
   background-size: cover; /* makes it fill the container */
    background-repeat: no-repeat;
    padding: 40px 60px; /* creates enough space for text inside */
    display: inline-block;
    font-family: pixel, 'Courier New', Courier, monospace;
    color: black;
    text-shadow: none;
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    margin: 30px auto;
    text-align: center;
}
.ripped-hole {
    background: url('/css/images/white-ripped-paper-torn-hole.png') no-repeat center center;
    background-size: cover;
    color: black;
    padding: 40px;
    display: inline-block;
    font-family: pixel, 'Courier New', Courier, monospace;
    text-shadow: none;
    position: relative;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}


