    *{
 font-family: 'Poppins', sans-serif;    
    }

    nav{
        font-weight: 1000 !important;
        
    }
    nav a:hover{
        color: #00A2E9 !important;
    }

    .text-blue {
        color: #144C99 !important;
    }
    .bg-blue {
        background-color: #144C99 !important;
    }

    .bg-magenta{
        background-color: #D5006D !important;
    }
    .text-magenta {
        color: #D5006D !important;
    }
        #scrollToTopBtn {
      position: fixed;
      bottom: 20px;
      right: 20px;
      display: none;  /* Tombol disembunyikan pada awal */
      z-index: 100;
    }