<style>
  
  
 ul.list {
    list-style-image: url('https://ramblingmerlin.neocities.org/pictures/paw(2).png');
}
  
  body {
    display: center;
  margin: 0;
  font-family: 'Arial', sans-serif;
  background-color: #fce4ec; 
  display: flex;
  height: 100vh;
  background: url("https://clovercookieblogs.neocities.org/backgrounds/website%20background.png");
  cursor: url("https://clovercookieblogs.neocities.org/cursor/cursor.png"), auto;
}

.container {
  display: flex;
  width: 60%;
  margin: 0 auto;
  background: url("https://clovercookieblogs.neocities.org/photo%20dec/istockphoto-1333808186-612x612.jpg"); 
  border-radius: 2px; 
  overflow: hidden; 
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
  scrollbar-width: auto; 
  scrollbar-color: #fff #a17367; 
}
        
.content {
  flex: 1;
  padding: 20px;
  overflow-y: auto;
}

.vl {
  border-left: 3px solid #f4e4c9;
  height: 550px;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 0;
}

.section {
  margin-left: 5px;
  font-family: 'neat';
  color: #CC955E;
}

.section a {
  text-decoration: none;
  color: #BA9D89;
}

.section a:hover {
  text-decoration: underline;
  cursor: url("https://ramblingmerlin.neocities.org/cursors/22924.png"), pointer;
}





 h1 {
   font-family: 'neat';
   margin-left: 0px;
   text-decoration: underline;
 }




.list {
            list-style: none;
            padding: 0;
        }

        .list-item {
            margin-bottom: 10px;
           margin-left: 20px;
        }

  
   @font-face {
    font-family: 'journal'; 
    src: url('https://clovercookieblogs.neocities.org/fonts/the-journal-font.demo-version.ttf'); 
}
  
   @font-face {
    font-family: 'neat'; 
    src: url('https://clovercookieblogs.neocities.org/fonts/PrettyNeat-Regular.ttf'); 
}

  @font-face {
    font-family: ''; 
    src: url(''); 
}

  @font-face {
    font-family: ''; 
    src: url(''); 
}

  .nested1 {
  margin-top: 3px;
  margin-bottom: 3px;
  padding-left: 20px;
}
  

    
  </style>