body {   font-family:'pixel';
  background:url('photos/54fb919f8738774717ec13e54073b86b.jpg');
background-size: 200px;
  }
  
  #aki {
    width:300px;
    right:0;
    bottom:0;
    position:absolute;
    z-index:-1;
    }
    
      #kono {
    width:200px;
    right:0;
    bottom:0;
    position:absolute;
    margin-bottom:165px;
 z-index:-1;
 filter: grayscale(100%);
    }
    
    #upperrrr {
      width:150px;
    top:0;
    left:0;
    position:absolute;
 z-index:-1;
     
      }
      
     
  main{ background:white;
    margin:auto;
    margin-top:200px;
    border:5px #69addd double;
    border-radius:0px 100px;
     outline:6px black solid;
    width:700px;
    height:500px;
    padding:10px;
    overflow:hidden; 
    }
  
  #bow {width:100px;
    position:absolute;
   margin-top:-33px;
    margin-left:-30px;
     z-index:10;
    }
  #stuff { background:white;
    border:1px black solid;
   
    width:670px;
    height:465px;
    overflow-y:scroll;
      overflow-x:hidden;
        padding:10px;
        padding-top:-10px;
         border:solid 7px;
border-image: url("img/blackpixborder.png") 8  round;
    }
    
  .picturesss {
    width:200px;
     border:1px black solid;
      padding:1px;
      opacity:0.8;
      z-index:0;
position:relative;
    }
  
  .disc {
    margin-top:-33px;
      margin-left:10px;
   
      color:black;
      z-index:1;
      position:relative;
      opacity:1;
       text-shadow: 0 0 2px white, 0 0 5px white;
    }
    
   .picturesss:hover {
     opacity:1;
     
     }  
 #photolog {
 
   display:flex;
   flex-wrap: wrap;

  }
 
 .pic {
   
   margin:5px;
   
   } 
   
   
 .divider {
 display:flex;
   } 
  
  #linksss {
    margin-left:1100px;
    margin-top:10px;
     color:white;
    }  
    
   a{
    
    color:black;
    }
  
::-webkit-scrollbar {
    width: 8px;
}
 
::-webkit-scrollbar-track {
    background-color: white;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #ccc;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #e4e4e4;
    border: 1px solid #aaa;
}
  
::-webkit-scrollbar-button, .lyrics::-webkit-scrollbar-button {

display: none;

background-color: none;

}
