body {
  /* font-family: 'Hanuman', sans-serif; */
  font-family: 'Nokora', sans-serif;
}

h1, h2, h3, h4 {
  font-weight: bolder;
  color: #183971;
  margin-bottom: 1.5%;
}

.rounded-06 {
  border-radius: 0.6rem;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

.font-moul{
  font-family: 'Moul', sans-serif;
  font-weight: normal;
}
.font-sans-serif{
  font-family: sans-serif;
}

.popup{
  position: fixed;
  margin-top: 1%;
  right: 15%;
}

.btn{
  border-radius: 0.6rem;
  /* padding: 7px 5px; */
}