.square {
  height: 50px;
  width: 50px;
  background-color: #ad0202;
}

.trapezoid {
	border-bottom: 50px solid #f17499;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	height: 0;
	width: 125px;
}

.circle {
  height: 50px;
  width: 50px;
  background-color: #81bae0;
  border-radius: 50%;
}