:root {
  --primary-color: #038d2d;
  --secondary-color: #0adf4a;
  --background-color: #ffffff;
  --font: sans-serif;
}

.color-primary {
  color: var(--primary-color);
}

.color-secondary {
  color: var(--secondary-color);
}

.header-logo {
  background: #133317;
  color: var(--secondary-color);
}

.footer {
  background: #133317;
  color: var(--secondary-color);
}

a:link { text-decoration: none; }

a:visited { text-decoration: none; }


a:hover { text-decoration: none; }


a:active { text-decoration: none; }

.title {
  font-size: 21px;
}

.load-more {
  display: block;
}

