.font-blue {
    color: #0500F2;
}

.list-group-item
{
    background-color: inherit;
}

@media (max-width: 360px) { /* For very small screens */
    .navbar-brand img {
      max-height: 30px !important; /* Slightly smaller logo */
    }
    .btn {
      padding: 0.25rem 0.5rem; /* Smaller button */
      font-size: 0.8rem;
    }
  }