@import url('https://fonts.googleapis.com/css2?family=Encode+Sans+SC:wght@200&family=Orbitron:wght@600&display=swap');

    



/* other things */

body




{
    
    
    font-family: 'Encode Sans SC', sans-serif;
    font-family: 'Orbitron', sans-serif;
    background: url(/wallpaper.gif) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: rgba(5, 5, 5, 0.601);
    background-blend-mode: darken;
}





#body a {

   
    margin: 0px;
    color: greenyellow
    
}


.ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
  }
  
  .li {
    float: left;
  }
  
  .li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  
  .li a:hover {
    background-color: #111;
  }
  
  .active {
    background-color: #4CAF50;
  }


#top-image img {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
}

#cover a {

    width: 50%;
    margin-top: 16px;
    margin-bottom: 16px;
    
    
}
.navigation a {
        
    color: rgb(173, 255, 47);
    padding: 8px;
}










#main {
    color: #4d84e9;
    max-width: 800px;
    margin: auto;
    padding: 16px;

}





.text {
    color: #e100ff;
    max-width: 800px;
    margin: auto;
    padding: 16px;

}


#footer  {
    text-align: center;
    color: gray;
    padding-top: 10px;
}


}
 .link a {      
        color: rgb(173, 255, 47);
}
    
.link a:hover {
        
    color: #4d84e9;
}








/* fotos       */

.gallery {

   margin: 10px 20px;

}
.gallery img {
   transition: 0,4s;
   padding: 15px;
   width: 300px
   

}
.gallery img:hover {
	filter: grayscale(80%);
	transform: scale(1.1
    )


}


