  html { scroll-behavior: smooth; }
  body { background-color: #f0f8ff; padding-bottom: 70px; }

  p, li, .justify-text {
    text-align: justify;
  }

  footer p {
    text-align: center !important;
  }

  .social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }

  footer {
  background-color: #007bff;
  color: white;
  padding: 15px 0;
  width: 100%;
  position: relative;
}

.footer-link {
  color: white; 
}

.footer-link:hover {
  color: #02254b; 
}


/* Back to top */
    #backToTop {
      display: none;
      position: fixed;
      bottom: 30px;
      right: 30px;
      width: 50px;
      height: 50px;
      border: none;
      border-radius: 50%;
      font-size: 24px;
      cursor: pointer;
      box-shadow: 0 4px 8px rgba(0,0,0,0.2);
      background-color: rgba(0,0,0,0.5);
      color: white;
      z-index: 9999;
    }
    #backToTop:hover {
      background-color: crimson;
    }
    
  @media (max-width: 768px) {
    header .header-text { text-align: center; }
    .navbar .navbar-collapse { text-align: center; }
  }

#banner {
    margin-bottom: 40px;  
  }

#welcome {
    margin-top: 40px;  
  }

#news-events {
    margin-top: 40px;  
    margin-bottom: 40px;
  }