
 
body {
  color: #ff7eb4; /*text color*/
  font-family: 'cherry_bombregular';
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  border-radius: 50px;
  padding: 20px;
  overflow-x: hidden;
}

body {
  color: #ff7eb4; /*text color*/
  font-family: 'yoster_islandregular';
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7px;
  border-radius: 50px;
  padding: 20px;
  overflow-x: hidden;
}

body {
  color: #ff7eb4; /*text color*/
  font-family: 'bubble_clubbold';
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7px;
  border-radius: 50px;
  padding: 20px;
  overflow-x: hidden;
}

body {
  color: #ff7eb4; /*text color*/
  font-family: 'basiicmedium';
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7px;
  border-radius: 50px;
  padding: 20px;
  overflow-x: hidden;
}

article {
  -webkit-mask-image: linear-gradient(0deg, transparent 16px, red 66px);
  /* 0deg = down, 90deg = left, 180deg = top, 270deg = right */
}  

