<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-color: #F4E4C9; 
  border-radius: 2px; 
  overflow: hidden; 
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
  scrollbar-width: auto; 
  scrollbar-color: #fff #a17367; 
}

.navbar {
  background-color: #A17367; 
  width: 130px; 
  padding: 5px;
  box-sizing: border-box;
}

.navbar ul {
  list-style-type: none;
  padding: 0;
}

.navbar a {
  background-color: #DECCA0;
  text-decoration: none;
  color: #C07F40;
  border: outset 3px #C99158;
  padding: 11px;
  display: block;
  font-family: 'neat';
  font-size: 15px;
  cursor: url("https://clovercookieblogs.neocities.org/cursor/cursor.2.png"), pointer;
}


.navbar a:hover {
            background-color: #DECCA0; 
            color: #A17367;
        }




.content {
  flex: 1;
  padding: 20px;
  overflow-y: auto;
}


.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;
}
  
  /*Media filter stuff...*/
  
  #filter, #search {
    margin-bottom: 20px;
    margin-left: 13px;
    
}


input[type="text"] {
  background-color:  #DECCA0;
  border: none;
  color: #A17367;
  cursor: url('https://clovercookieblogs.neocities.org/cursor/typing%20cursor.png'), pointer;
  border-radius: 5px;
}


button {
    background-color:  #DECCA0;
    border: none;
    color: #A17367;
    cursor: url('https://clovercookieblogs.neocities.org/cursor/typing%20cursor.png'), pointer;
    border-radius: 5px;
}

#mediaFilter {
    background-color:  #DECCA0; 
    border: none; 
    border-radius: 5px;
    color: #A17367; 
    
}

#mediaFilter option {
     background-color:  #DECCA0; 
       color: #A17367;
    
}

#search-filter-container {
  display: flex;
    align-items: center;
}





#posts {
    display: flex;
    flex-wrap: wrap;
}

.post {
    width: 90%;
    margin: 1%;
    padding: 5px;
    background-color: #faf4e9;
    border-radius: 5px;
    border: 4px double #b4867a; 
    word-wrap: break-word;
    overflow-y: auto;
    scrollbar-width: auto; 
    scrollbar-color: #fff #cc955e; 
    height: 185px;
    color: #b4867a;
}


#posts::-webkit-scrollbar {
    width: 12px; 
}

#posts::-webkit-scrollbar-thumb {
    background-color: #E5F5FE; 
}

#posts::-webkit-scrollbar-track {
    background-color: #E5F5FE; 
}

#posts::-ms-scrollbar {
    width: 12px;
}

#posts::-ms-scrollbar-thumb {
    background-color: #E5F5FE;
}

#posts::-ms-scrollbar-track {
    background-color: #E5F5FE; 
}


.post img {
    width: 100%;
    height: auto;
}
    
  </style>