.square {
    height: 50px;
    width: 50px;
    background-color: #e6b2d9;
  }
  
  .trapezoid {
	border-bottom: 50px solid #fdf28f;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	height: 0;
	width: 125px;
}

.oval {
    height: 50px;
    width: 100px;
    background-color: #9dd1f0;
    border-radius: 50%;
  }