          body {
                font-family: 'Sinacanth', serif;
                margin: 0;
                background-color: var(--dark-main);
                background-size: cover;
                color: var(--text-dark);
                background-image: url("https://file.garden/aiBlP24PQBWh7mO3/Banner_ForestSceneBorderless");
                background-attachment: fixed;
                background-position: center;
            }

      * {
          box-sizing: border-box;
      }
      
      
        main {
            margin-top:35px;
            order: 2;
            text-align: center;
            width: 75%;

        }

        aside {
          width: 12%;
            color: var(--text-light);
            background-color: var(--dark-secondary);
            background-image: url("https://png.pngtree.com/png-vector/20190122/ourmid/pngtree-yellow-line-simple-framework-border-texture-grid-line-png-image_527221.png");
            background-repeat: repeat;
            background-size: 150px 150px;
            padding: 40px 10px;
            text-align: center;
            box-sizing: border-box;
            margin-right: 30px;
            position: sticky;
            top: 20px ;
            height: fit-content;
            
        }


    h2 {
      font-weight: bold;
      font-family: Quikens;
      font-size: 1.5rem;
      color: #353e20;
      margin: 5px 0;
      text-align:left;
      margin-left: 20%; 
    }

    h3 {
      font-weight: bold;
      font-family: Quikens;
      font-size: 1.5rem;
      color: var(--hover-text-dark);
      margin: 5px 0;
      text-align:left;
      margin-left: 20%; 
    }
    
    h4 {
      font-size:1.2rem;
      }
    
    
    em {
      font-size: 1rem;
      color: var(--text-light);
      background-color: #b06123;
      border-radius: 50px;
      padding: 2px 10px;
    }

#weblinks {
  width:150px;
  height:150px;
  background-image: url("https://file.garden/aiBlP24PQBWh7mO3/weblinks.png");
  background-size: cover;
  transition: background-image 0.5s ease-in-out;
  transition: transform 0.5s ease;
  border-radius:50px;
  transform:rotate(-2deg)
}

#weblinks:hover {
  background-image: url("https://file.garden/aiBlP24PQBWh7mO3/weblinks.gif");
  transform: scale(1.35) rotate(4deg);
}

.thoughts-box {
      color: var(--text-dark);
      background-image: url("https://static.vecteezy.com/system/resources/previews/069/021/040/non_2x/old-notebook-paper-texture-with-grid-pattern-for-school-notes-vintage-education-design-or-grunge-sketchbook-background-vector.jpg");
      background-size:cover;
      border: 3px dashed var(--main);
      border-radius: 2px;
      font-weight: bold;
      padding-top:20px;
      overflow:hidden;
      transform: rotate(2deg);
}

.thoughts {
      width:100%;
      height: 100%;
      border-top: 3px solid var(--text-dark);
      margin-top:5px;
      
}

/* CSS LAYOUT */
.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 55px 0;
}
   
.side-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

}
   .side-menu div {
      width: 135px;
      height: 135px;
      margin-top: 5px;
      margin-bottom: 5px;
    }
   
.bulletin-con {
  height: 80vh;
  display: flex;
  flex-wrap: wrap;
  background-image: url("https://file.garden/aiBlP24PQBWh7mO3/cork.png");
  background-size:300px;
  padding: 10px;
  box-shadow: 5px 18px 12px 2px rgba(0, 0, 0, 0.75);
  border-radius: 6px;
}

.bulletin-box {
  width: calc(20% - 10px);
  margin:5px;
  text-align: center;
  height:25vh;
  position:relative;
}
  
    .bulletin-box img {
      width: 200px;
      height:auto;
      box-shadow: 2px 12px 12px -6px rgba(0, 0, 0, 0.5);
      transition: transform 0.5s ease-in-out;
      transform-origin: top;
    }
    
    .bulletin-box img:hover {
          transform: scale(1.2) rotate(3deg);
          
        }
    
    
  /* Captions */
    .bulletin-box div span {
      display: inline-block;
      position: absolute;
      bottom: -15px;
      left: 0;
      right:0;
      margin:auto;
      width: 70%;
      box-sizing: border-box;
      padding: 10px 0px 10px 5px;
      
      background: var(--dark-secondary);
      color: var(--text-light);
      border-style:none;
      border-radius: 500px;
      
      text-align: center;
      font-weight: bold;
      opacity: 0;
      transition: opacity 0.5s ease;
      animation: bounce 1.5s linear infinite;
      
    }

    /* Captions on Hover */
    .bulletin-box div:hover span {
      opacity: 1;
      transform: none;
    }
      
.pin-center {
  z-index: 2;
  width: 25px;
  height: 25px;
  background-image: url("https://file.garden/aiBlP24PQBWh7mO3/pin.png");
  background-size: 25px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top:5px;
  text-align: center;
}

.pin-left {
  z-index: 2;
  width: 25px;
  height: 25px;
  background-image: url("https://file.garden/aiBlP24PQBWh7mO3/pin.png");
  background-size: 25px;
  position: absolute;
  left: 10px;
  top:5px;
}

.pin-right {
  z-index: 2;
  width: 25px;
  height: 25px;
  background-image: url("https://file.garden/aiBlP24PQBWh7mO3/pin.png");
  background-size: 25px;
  position: absolute;
  right: 10px;
  top:5px;
}

.paper-con {
  height: auto;
  min-height: 80vh;
  background-image: url("https://file.garden/aiBlP24PQBWh7mO3/Lineless-paper.jpg");
  background-size:100%;
  background-repeat: y;
  box-shadow: 5px 18px 12px 2px rgba(0, 0, 0, 0.75);
  padding: 10px 0 30px 0;
}
    
    .paper-con p {
      font-size: 1.2rem;
      margin: 5px 0;
      text-align:left;
      margin: 0 15% 0 20%; 
      text-indent:3%;
    }
    
    .paper-con img {
      display: inline-block;
      width:20px;
      border-radius: 5px;
      width: 100%;
    }
    
    .paper-con hr {
      width: 100%;
      margin: 5px 0;
      border: solid 1px #70734C;
    }
       
    .paper-con h3 a {
      text-decoration: none;
      font-style: italic;
      font-size: 1rem;
      font-family: sinacanth;
      text-transform: uppercase;
      color: var(--primary-accent-links);
    }
      
        .paper-con h3 a:hover {
          text-decoration: underline;
          color: var(--dark-accent);
        }
    
    .paper-con h2 a {
      text-decoration: none;
      font-style: italic;
      font-size: 1rem;
      font-family: sinacanth;
      text-transform: uppercase;
      color: var(--dark-secondary);
    }
      
        .paper-con h2 a:hover {
          text-decoration: underline;
          color: var(--dark-main);
        }
        
    .paper-con span {
      background-color: var(--main);
      color: var(--hover-text-dark);
      padding: 2px 5px;
      border-radius: 50px;
    }
    