::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 2px;
}
::-webkit-scrollbar-thumb {
  background: #38f2e6;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  -ms-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-moz-scrollbar {
  width: 5px;
}
::-moz-scrollbar-track {
  background-color: #fff;
  border-radius: 2px;
}
::-moz-scrollbar-thumb {
  background: #36000a;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  -ms-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.activee {
  background-color: #0b8d96 !important;
  width: 100%;
  color: #f7f9f9 !important;
}
.logo {
  width: 8%;
  height: auto;
  margin: auto 2vw;
}
h3 {
  margin: 0px !important;
}

@media only screen and (max-width: 1020px) {
  .logo {
    width: 10%;
    height: auto;
    margin: auto 1vw;
  }

  h3 {
    font-size: 2rem !important;
  }
}
