.button {
  text-decoration: none;
  color: var(--text-primary);

  font-size: 1.2rem;
  font-size: 400;

  border: none;
  border-radius: 10rem;
}

.primaryBtn {
    padding: 0.5rem 1.2rem;
    background: linear-gradient(90deg, #9b5de5, #fc4d70);
}
