#head a {
  margin-left: 15px;
  border-radius: 0.575rem;
}

#head a .bi {
  margin-right: 5px;
}

#payments-btn {
  margin-top: 10px;
}

#features {
  margin-top: 50px;
}

* {
  font-family: 'Nunito';
}

.active {
  color: white;
  background: #32373b;
  border-radius: 6px;
}

@media (max-width: 767px) {
  .navbar-collapse .nav-item .nav-link {
    padding-left: 15px;
  }
}

footer a {
  text-decoration: none;
}

.snowf-canvas {
  position: fixed !important;
}