/* Breakpoint for small screens */
@media only screen and (max-width: 768px) {
    .card-img-top {
      height: 200px;
    }
  }
  
  /* Breakpoint for medium screens */
  @media only screen and (min-width: 768px) and (max-width: 992px) {

.circle-image {
    border-radius: 50%;
    }

body {
    background-color: var(--bs-gray-900);
    }
          
