body {
  background-color: #e6f0ee !important;
}

.container {
  max-width: 1200px;
}

.card {
  background-color: #f2f7f6 !important;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #192c27 !important;
}

a {
  color: #192c27 !important;
}

a:hover {
  color: #55a630 !important;
}
