body {
    margin: 0 auto;
    
    background-image: url(../images/backgrounds/organic3.png)
  }
  body {
    line-height: 1.5;
    padding: 1em 1em;
  }
  
  h2 {
    margin-top: 1em;
    padding-top: 0em;
  }
 
 h1{
    color: #414c4e;
 }
 #p1 {
    color: darkslategray; 
 }
 a {
    color: #414c4e;
  }
  p {
    font-size: 20px;
    color: black;
    padding-right: 0px;
  }
  
  .box-5 {
    left: 0em;
  }
.box-5 {
    
    max-width: min-content;
} 
#h4 {
    margin-top: 0%;
    color: black;
}

  #box_2{
    background-color: #fee8ba;
    border: solid #414c4e;
    border-right-width: 8px;
    border-bottom-width: 8px;
    padding: 5px;
    
    width: 80em;
    margin-left: 3em;
    float: left;
  }
  .box-2{
    
    max-width: 50em;
    margin-left: 0em;
    float: left;
  }
  .box-1 #h21{
    word-spacing: 0em;
  }
 #p2 {
    margin-left: 100px;
    margin-right: 150px;
 }
 #p3 {
    margin-left: 300px;
    margin-right: 300px;
 }
 .box-3{
border: solid #414c4e;

border-right-width: 8px;
    border-bottom-width: 8px;
float: right;
width: 25%;
margin-right: 10px;
margin-top: 20px;
 }
 #p4 {
    font-size: 15px;
    margin-left: 5px;
    margin-right: 5px;
 }

  ul {
    text-align: left;
  }
  #ref {
    margin-top: 100px;
  }
 
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #575b47;
    border: 2px solid black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 3px 0;
  
    /* Position the tooltip */
    position: absolute;
    z-index: 3;
    top: 80px;
    
  }
  
  .tooltip:hover .tooltiptext {
    visibility: visible;
  }
  .btn {
    background-color: transparent;
    border-color: transparent;
    }
    .btn:hover {animation: shaking 0.5s infinite;}
    @keyframes shaking {
       0% {transform: rotate(0deg);}
       20% {transform: rotate(-4deg);}
       50% {transform: rotate(0deg);}
       70% {transform: rotate(4deg);}
       100% {transform: rotate(0deg);}
    }
    .flexbox-container {
        display: flex;
        justify-content: center;
        justify-content: space-evenly;
    }
    #box_shake {
      
        margin-right: 80%;
    }