body
{
background-image: url('https://64.media.tumblr.com/54c0d27b007029b6562b974cff5ffe14/4ee803ec45f2c978-ff/s1280x1920/440fbb521a5f6abf79eb8816827efa8371b81eac.gifv');/*change background*/
background-attachment: fixed;
background-size: 38%;
width: 100%;
height:24px;
background-repeat: repeat;
overflow: auto;
image-rendering: pixelated;
display: flex;
flex-direction:column;
align-items: center
  
}

.top-bar{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  max-height: 80px;
 
  padding: 5px;
  box-sizing: border-box;
  box-shadow: 0 0 8px 8px black inset;
  z-index: 9812;
  margin: 0 auto;
  
  border-width: 1px;
  border-style: solid;
  border-color: black;
  background-image: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjfuuWBoYxHI4yjPXTdBr11GJ_whBbKwj0qq4vgZs85jSJ4qHY7u_7sRm1wwGwhkTWk9rxzmPW31mxx0h-y4VQl63pBCTMwSsKUiSVx8Fh0AQjgO3bzItTfVF0MeADQSGuo0Im790Ut7tAY/s1600/vast1.JPG'); /*top bar immage*/
  background-size: cover;
  background-repeat: repeat;
  
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bar-title {
  
  text-shadow:
  -1px -1px 0 #000,  
   1px -1px 0 #000,
  -1px  1px 0 #000,
   1px  1px 0 #000;
  ;
  color: #DB9B12;
  font-family: "Pixelated MS Sans Serif";
  font-size: 40px;
  font-weight: bold;
  
  line-height: 50px;
  padding-left: 15px;
  display: inline-block;
  
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes floating {
0% { transform: translate(0, 0px); }
50% { transform: translate(0, 9px); }
100% { transform: translate(0, -0px); }
}

/*here starts the body of the page lol*/

.container {
  
 display: flex;
 flex-direction:column;
 align-items: center;
  
  border-radius: 5px;
  border-width: 3px;
  border-style: solid;
  border-color: red;
  box-sizing: border-box ;
  background-color: blueviolet;
  background-size: 40%;
  image-rendering: pixelated;
  
   
  padding:10px;
  margin: 0 auto;
  margin-top: 10px;
  
  position: relative;
  
  top: 70px;
  width: 500px;
  height: auto;

  z-index: 4;
 
}
.text{
   color: #DB9B12;
  font-family: "Pixelated MS Sans Serif";
  font-size: 40px;
  font-weight: bold;
}
.png{
  background-color: transparent;
  width: 400px;
  height: 100px;
  background-image: url('https://i.pinimg.com/1200x/9d/47/d4/9d47d43f6fcaaecfeb3314eb37e67194.jpg');/*welcome png also change pls*/
  background-size: 100%;
  box-sizing: border-box;
  border-radius: 4px;
}

.intro{
  background-color: transparent;
    border: 1px solid black;
    border-radius: 1px;
    padding: 15px;
    color: #000000; 
    overflow-y: auto;
    overflow-x: hidden;
    height: 120px;
    width:370px;
    white-space: normal;
    
  overflow-wrap: break-word;
  word-break: break-all;
}

.home-image {

 width: 400px;
  height: 450px;
  background-image: url('https://i.pinimg.com/736x/20/eb/94/20eb94df08897317e67fe7e1630690d5.jpg');/* cambiar foto porfis*/
  border: 3px solid red;
  box-sizing: border-box;
  border-radius: 4px;
  background-size:80%;
}
/*navigation*/
.navigation{
 
  
  
  font-family: 'pixel';
  border: 3px solid black;
  border-radius: 10px;
  box-shadow: #443D91;
   
  padding: 10px;
  background: #C9634F; 
  backdrop-filter: blur(10px); 
  -webkit-backdrop-filter: blur(10px);
  position: fixed;
  top: 85px;
  width: 300px;
  height: 490px;
  right: 50px;
  z-index: 50;
 
}

 /* Barra de Título */
  .navigation-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 8px 6px 8px;
    color:black;
    text-shadow: 0 0 10px rgba(255,255,255,0.8);
    font-size: 25px;
    font-weight: bold;
  }
/*any content goes in here*/
 .content ul {
    background-image: url('https://i.pinimg.com/736x/05/48/f2/0548f2bb9ff3b80733d476966a503fa2.jpg');
    border: 1px solid black;
    border-radius: 1px;
    padding: 15px;
    color: #000000; 
  
    height: 405px;
    overflow: auto;
  }
  
  li a {
  background-color: yellow;
  border-radius: 2px;
  border: 1px black;
  display: block;
  color: black;
  padding: 8px 16px;
  text-decoration: none;
  
  
  }
  
  
li a.active {
  background-color: #04AA6D;
  color: white;
}

li a:hover:not(.active) {
  background-color: #555555;
  color: white;
}
  
/*desktop*/  
.desktop-outter{
  font-family: 'pixel';
  border: 3px solid black;
  border-radius: 10px;
  box-shadow: #443D91;
   
  padding: 10px;
  background: #C9634F; /* Celeste transparente */
  backdrop-filter: blur(10px); /* Desenfoque Aero de Windows 7 */
  -webkit-backdrop-filter: blur(10px);
  position: fixed;
  top: 85px;
  width: 300px;
  height: 300px;
  left: 50px;
  z-index: 50;
  
}
  
.desktop-inner{
  
    background-image: url('https://i.pinimg.com/1200x/5e/c3/02/5ec302aa34dddd8b50254484eb20343a.jpg');
    background-size:100%;
    box-shadow: inset -1px -1px var(--window-frame), inset 1px 1px var(--button-face), inset -2px -2px var(--button-shadow), inset 2px 2px var(--button-highlight);
    border: 3px solid black;
    border-radius: 3px;
    padding: 10px;
    color: #000000; 
  
    height: 260px;
    overflow: auto;
    
    width:100%;
    box-sizing: border-box;   

  display: grid;
  grid-template-columns: repeat(2, 1fr);
    display: block;
}
  
  .desktop-icon {
    background: transparent;
    border: none;
    padding: 10px;
    cursor: pointer;
   transition: transform 0.2s ease;
   position: auto;
   right: 10vw;
   top: 0vw;
   image-rendering: pixelated;
   
   width: 5vw;
   height: auto;
  }
  
  .desktop-icon img {
    width: 3.5vw;                 
    height: 3.5;                
  
    object-fit:fill; 
    filter: drop-shadow(3px 3px 0px #000000); 
    
  }
  
  .icon-name {
  
  font-size: 1.2vw;
  font-family: 'pixel';
  color: #6EEEFF;
  text-align: center;
  }
  
  .desktop-icon:hover {
   transform: scale(1.1);
  }

  
  
  
  