body {
    margin: 0;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background:  #75b8a7; 
    background-repeat: no-repeat;

    border: none;
}
#title{
    justify-content: center;  
    color:#0a0d30;
    font-size: 3em;
    font-weight:bold;
    margin-top:0.75em; 
    margin-bottom: 1em;
}
/* Hide scrollbar for Chrome, Safari and Opera */
/* ::-webkit-scrollbar {
    display: none;
} */

/* Hide scrollbar for IE, Edge and Firefox */
/* body {
    -ms-overflow-style: none; 
    scrollbar-width: none;  
} */

#image{ 
    position: fixed;
    bottom: 0.75em;
    left: 1.5em;
    display: flex;
    flex-direction: column;
    z-index: 100;
}

.image {
    opacity: 65%;
    position:relative;
    z-index:100;
    margin-bottom: 10px;
    width: 2em;
    height: auto;
    border-radius: 0.2em;
    transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
    
}



.image:hover{
    cursor:pointer;
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    opacity: 0.8;
}

#disclaimer_cont{
    
}

#disclaimer{
    color:red;
    font-size:x-large;
    

}

#disclaimer_text{
    font-size:larger;
    
    
}
/* Hide scrollbar for Chrome, Safari and Opera */
#pdf-viewer::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#pdf-viewer {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }

#pdf-viewer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: fit-content;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
    padding: 10px;
    background: linear-gradient(#599ea9, #75b8a7);
    background-repeat: no-repeat;

}

#pdf-canvas {
   zoom: 60%;
   display: flex;
   flex-direction: column;
   
}

.canvas {
    
    margin: 0 auto;
    margin-bottom: 2em;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;

    
  }

  @media (width <= 1200px) {
    #pdf-canvas {
        zoom: 18%
    }
    
}


a {
    font-size: 2.25rem;
    font-weight: bold;
    color: #0a3161;
    
}




.hidden {
    display: none;
}
/*
#scroll{
    position:absolute;
    margin-top:1.5em;
    margin-left:0.8em;
    text-align:center;
    transform:rotate(-45deg);
}

#arrow {
    
    
    position: absolute;
    display: block;
    bottom: 1em;
    right: 5%;
    font-size: 20px;
    z-index: 100;
    text-shadow: 0;
    width: 1em;
    height: 1em;
    border-bottom: 4px solid #0a3e79;
    border-right: 4px solid #0a3e79;
    transform: translate(-50%, 0%) rotate(45deg);
    animation: fade_move_down 5s ease-in-out infinite;
    
  }

 
  @keyframes fade_move_down {
    0%   { transform:translate(0,-3em) rotate(45deg); opacity: 0;}
    50%  {opacity: 1}
    100% { transform:translate(0, 1.5em) rotate(45deg); opacity: 0;}
  }
 

  .fade {
    opacity:0;
    transition: 2s all ease-out;
  }
    */

  #note-container {
    margin-top: 2.2rem;
    margin-left: 20%;
    margin-right: 20%;
    font-size: 1.25em !important;
  }

  #note {
    text-align: center;
  }

  .website {
    font-size: 1em;
   
  }

  ul {
    list-style-type: none;
    padding-left: 0;
    text-align: center;
  }

  #links {
    text-align: center;
  }
  