/* a {
  color: #9f7ee8;
}
a:hover {
  color: #dfd4f7;
  text-decoration: none;
} */

a.btn {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 16px;
  color: #ffffff;
  background-color: #6c00ff;
  text-shadow: 0 1px 0px #4a359c;
  text-decoration: none;
  padding: 0 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.21);
  text-align: center;
  line-height: 33px;
  font-weight: bold;
  height: 35px;
  min-width: 75px;
  cursor: pointer;
  border-radius: 3px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 1rem;
  transition: box-shadow 200ms;
  box-shadow: none;
  user-select: none;
}
a.btn:hover {
  box-shadow: 0 0px 16px rgba(120, 80, 250, 0.8);
}

a.btn-red {
  background-color: #c93e4d;
  text-shadow: 0 1px 0px #682027;
}

a.btn-red:hover {
  box-shadow: 0 0px 16px rgba(198, 63, 63, 0.8);
}

footer {
  font-size: 14px;
  margin: 1rem 0;
  clear: both;
  text-align: center;
  text-transform: lowercase;
  opacity: 0.5;
  font-variant: small-caps;
}
