.shape {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(270deg);
	height: 200px;
	width: 200px;
	background-color: dodgerblue;
	rotate: (90deg);
	clip-path: path(
		"M 9 71 h 91 a 8 8 90 0 0 4 -4 V 8 a 8 8 90 0 1 7 -8 h 84 a 8 8 90 0 1 5 5 V 195 a 8 8 90 0 1 -5 5 H 5 a 8 8 90 0 1 -5 -5 V 81 A 8 8 90 0 1 9 71 Z"
	);
}
