body {
  font-family: 'Cabin', sans-serif;
  color: white;
}

h2 {
  background-image: linear-gradient(20deg, #F2F627, #5294D1, #B41F78);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 32px;
  line-height: 40px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

p {
  font-size: 18px;
}

a {
  color: #ff74b8;
  text-decoration: none;
  transition: all .2s;
}