@font-face {
                font-family: 'addstandardbitmap';
                src: url('https://ohrade.neocities.org/ADDSBP__.TTF');
            }

body {
    background-image: url(notepadimages/©ohrade_StillLife-5.jpg);
    background-repeat:no-repeat;
    background-attachment:fixed;
        background-size:cover;
    font-size: 10px;
    font-family: 'addstandardbitmap';
    color: white;
    overflow: hidden;
}

a {
    color: white;
}

a:hover {
    color: blue;
}


h1 {
    font-size: 30px;
    font-weight: bold;
    color: white;
}



.container {
    margin: 80px auto;
    margin-top: 10px;
width: 900px;
overflow: hidden;

}

.content {
      display: flex;
          padding: 5px;
    height: 100%;
    
}   



.description {
Height: 100%;
width: 450px;
    font-size: 12px;


}

.directory {
overflow-y: hidden;
overflow-x: hidden;
width:750px;
Height: 570px;
background-image: url(notepadimages/notepadandpen.png);
  background-size: contain;
background-repeat:no-repeat;
margin-left:90px;

  }
  
  .directorycontent {
overflow-y: scroll;
height: 370px;
width:210px;
margin:30px;
margin-top:80px;
padding:20px;
Float:left;
    color: black;

  }


  .header {
    width: 100%;
padding-left:10px;

    } 

  
footer {
  font-size: 10px;
  text-align: center;
      margin-top: 20px;
      text-decoration: overline underline;
          font-family: 'Arial';
}
  
