#header.hero.is-primary {
  background-color: #00D66C;
}
@media screen and (max-width: 1023px) {
  #tosync .navbar-menu {
    display: block !important;
  }
}

#tosync .navbar-menu a.navbar-item:hover {
  color: #00D66C !important;
}

#tosync .has-text-primary {
  color: #00D66C !important;
}

#tosync .has-text-danger {
  color: #ff3268 !important;
}

#tosync h2.title {
  color: #2800a0 !important;
}

#tosync span.tags {
  margin: 0;
}

#tosync span.tags .tag {
  margin-bottom: 0.25rem;
}

footer {
  background-color: #00D66C;
  color: white;
  padding: 1rem 0;
}
