:root {
  --primary-color: #43B377;
  --primary-dark-color: #1f814d;
}

#hero:after,
.body-footer {
  background-image: linear-gradient(to left bottom, #000 0%, #111 100%);
}
