body {
  font-family: 'Segoe UI', sans-serif;
}

a {
  text-decoration: none;
}

.card h6 {
  font-size: 1rem;
}

.navbar-nav .nav-link {
  font-weight: 500;
  transition: color 0.2s ease;
}

.navbar-nav .nav-link:hover {
  color: #0d6efd;
}

.logo-wrapper {
  padding: 4px;
  background: linear-gradient(to right, yellow, red);
  display: inline-block;
  border-radius: 10px;
}

.logo-wrapper img {
  border-radius: 8px;
  display: block;
}
