/* Footer Section Styles */
.footer {
  padding: 20px 0;
  background: rgba(0, 0, 0, 0.2);
  color: #f8f9fa;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer p {
  margin: 0;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
}

/* Responsive Design */
@media (max-width: 768px) {
  .footer p {
    font-size: 0.8rem;
  }
}