 a.cuddly-button,
 .cuddly-button a {
  display: inline-block;
  text-decoration: none;
  border-radius: 10px;
  background-color: var(--color--primary-40);
  box-shadow: 2px 2px 5px black; 
  color: white;
  font-weight: 700;
  /* width: 6rem; */
  height: 2rem;
  text-align: center;
  padding-top: 0.25em;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-right: 0.5rem;

   &:active {
     box-shadow: none;
   }
 }
