:root {
  --green-color: #043e44;
}

body {
  font-family: "Athelas", Georgia, "Times New Roman", serif;
}

* {
  border-radius: 0 !important;
}

header {
  background: var(--green-color);
  color: white;
  display: inline-block;
}

div.card {
  border: none;

}

a.card-link {
  color: var(--green-color);
}

footer {
  background: var(--green-color);
  min-height:125px;
}
