.fun-border-radius {
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  width: 256px;
  height: 256px;
	background: #f09;
  background-image: linear-gradient(45deg, #3023AE 0%, #f09 100%);
  display:flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 2rem;
  font-weight: 900;
}