@media (max-width: 767px) {
  .small-screen-text {
    font-size: 0.7rem !important;
  }
}
body {
  min-width:375px;
}
.popover-header {
    text-align: center;
}
.active-nav-item {
    background-color: #1E90FF;
    border-radius: 1.5rem;
}

.active-nav-link {
    color: white !important;
}