header svg {
    fill:#fff
}

header, header a {
    color:#fff
}

header a {
  color: #eeeeee !important;
}

figcaption {
  background:rgba(0,0,0,0.4);
  transition: 0.5s background;
}

#about-section-button {
  transition: 0.5s background;
}

#about-section-button:hover, figure:hover figcaption {
  background:#86BFAB;
}
