<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); 
}

.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: 'potra'; 
    src: url('https://clovercookieblogs.neocities.org/media%20fonts/Potra.ttf'); 
}

  @font-face {
    font-family: 'gears'; 
    src: url('https://clovercookieblogs.neocities.org/media%20fonts/JackOfGears-YzD1v.ttf'); 
}

 @font-face {
    font-family: 'buffied'; 
    src: url('https://clovercookieblogs.neocities.org/media%20fonts/Buffied.ttf'); 
}

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

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

  .nested1 {
  margin-top: 3px;
  margin-bottom: 3px;
  padding-left: 20px;
}
  
  .list-item {
    display: flex;
    align-items: center;
}

.purple {
color: #8C4A88;
font-family: 'potra';
}


  .orange {
color: #B5713F;
font-family: 'gears';
font-size: 19px;
}

.red {
color: #872F2F;
font-family: 'buffied';
font-size: 23px;
}


.list-item a, a:hover {
  color: inherit;
  text-decoration: none;
 }
 
  </style>