body {
  font-family: "Poppins", sans-serif;
  background-color: #f8f9fa;
  color: #212529;
}

h1 {
  color: #0d6efd;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}

.navbar-brand {
  font-size: 1.5rem;
  letter-spacing: 1px;
}
h5 {
  color: #0d6efd;
  margin-bottom: 10px;
}

ul {
  margin-left: 20px;
}

section {
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}
