.tausta-sininen a.btn-primary,
a.btn-primary,
.btn-primary {
  background-color: $pinkki;
  border-color: $pinkki;
  color: $sininen;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 0;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  &:focus,
  &:hover {
    background-color: $harmaa;
    border-color: $harmaa;
    color: $black;
    text-decoration: none;
    outline: 2px solid white;
  }
}
