/* your styles go here */
.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .linkbutton {
    background-color: #e6eec7;
    color: #274022;
    text-transform: uppercase;
    padding: 10px;
  }
  .linkbutton:hover {
    background-color: #274022;
    color: #e6eec7;
    text-transform: uppercase;
    padding: 10px;
  }
  
  .linkbuttonA {
    background-color: #5c2e0f;
    color: white;
    text-transform: uppercase;
    padding: 10px;
  }
  .linkbuttonA:hover {
    background-color: white;
    color: 5c2e0f;
    text-transform: uppercase;
    padding: 10px;
  }
  
  .farm-content {
    font-family: Poppins;
    color: #274022;
  }
  
  .farm-text {
    font-family: Poppins;
    color: #274022;
  }
  
  .artisan-content {
    /* font-family: scotch-display, sans-serif; */
    color: #5c2e0f;
  }
  
  .artisan-text {
    font-family: scotch-display, sans-serif !important;
    color: #5c2e0f;
  }

  #loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* backdrop color and opacity */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* ensure the loader appears on top of other elements */
  }
  