.shapeblock {
  position: relative;
  width: 120px;
  height: 120px;
}

.shapeblock .shape {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.shapeblock .shape.circle {
  border-radius: 50%;
}
