/* Default styles */
#logo {
    text-align: center;
  }
  
  /* Media query for screens smaller than 768px (typical tablets and mobile phones) */
  @media (max-width: 768px) {
    #logo-image {
      width: 60px; /* Adjust this value as needed */
      height: 60px; /* Adjust this value as needed */
    }
  }
  