.subtitle {
  line-height: 25px;
}

.title.is-4 {
  font-size: 1.65rem;
}

.columns:not(:last-child) {
  margin-bottom: calc(3.5rem - .75rem);
}

.box {
  -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  border-radius: 16px;
}

.box:hover {
  -webkit-transform: translateY(-0.15rem);
  transform: translateY(-0.15rem);
  -webkit-box-shadow: 0 0.5em 5em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
  box-shadow: 0 0.5em 5em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
}

.bypass-title {
  margin: 1rem 0 1rem;
}

#get-bg {
  background-color: #f3e0fc;
}
/*# sourceMappingURL=no-logs.css.map */