
body {
  font-family: 'Segoe UI', sans-serif;
  background-color: #f8f9fa;
  color: #3f6a88;
}

h1, h2 {
  color: #000000;
}

header {
  background: linear-gradient(135deg, #ec450d, #00c6ff);
  color: white;
}

section {
  padding: 40px 0;
}

ul {
  list-style-type: square;
  padding-left: 20px;
}

table th {
  background-color: #343a40;
  color: white;
}

table td, table th {
  text-align: center;
}

a {
  color: #007bff;
  transition: color 0.3s ease;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

footer {
  background-color: #343a40;
  color: white;
}

.navbar {
  background: linear-gradient(to right, #343a40, #007bff);
}

.navbar-brand, .nav-link {
  color: #fff !important;
}

.nav-link:hover {
  text-decoration: underline;
}

.container {
  max-width: 960px;
}
