body {
  font-family: "Merriweather", serif;
  color: #fffbe7;
  background-color: #002147;
  line-height: 1.6;
}

.header {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  padding: 2rem;
  border-bottom: 1px solid rgba(0, 33, 71, 0.1);
}

.card {
  background-color: white;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px rgba(0, 33, 71, 0.1);
  padding: 2rem;
}

.button {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  background-color: #002147;
  color: white;
  text-decoration: none;
}
.button:hover {
  background-color: rgb(0, 9.2957746479, 20);
}

/*# sourceMappingURL=style.css.map */
