body{
  background-image: url(https://asmodeus-ril.neocities.org/wallpaper.jpg);
  }

 
 .navigation{
   background: #5c1010;
   font-family: calibri;
   align-items: center;
   padding-left:390px;
   opacity: 0.85;
   }
  .navdiv{
    display: flex;
    align-items: center;
  }
  
  
  li a{
      color: white;
      font-size: 20px;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      padding: 50px;
      }
      
   li {
    list-style:none;
    display: inline-block;
    }
    
    
  h2{
    background-color: #5c1010;
    opacity: 0.89; 
    max-width: 500px;
    max-height:1000px;
    padding: 10px;
    color: white;
    }
    
.projects{
    background-color: #5c1010;  
    opacity: 0.89; 
    width: 700px;
    height:350px;
    color: white;
    padding: 10px;
}


.Me{
    background-color: #5c1010;
    opacity: 0.89; 
    width: 700px;
    height:300px;
    color: white;
    padding: 10px;
}

.Logs{
    background-color: #5c1010;
    opacity: 0.89; 
    width: 700px;
    height:300px;
    color: white;
    padding: 10px;
}
  
    
