/* css styles */

.nav-title{
  font-family: fantasy
}

/* to fix the width of body and navbar with invisible scrollbar */
::-webkit-scrollbar {
    width: 0px;
}

.navbar {
    height: 75px; /* Adjust the height as needed */
}