p { color: red; }
    body { background-color: #eee; }

    .shape {
	width: 200px;
   	height: 230px;
   	border-radius: 50%;
   	border: 4px black solid;
   	margin: 5px;
   	position: absolute;
   	z-index: -1;
}
.shape2 {
	width: 150px;
    height: 180px;
    border-radius: 50%;
    border: 4px black solid;
    margin-left: 30px;
    margin-top: 30px;
    position: absolute;
    z-index: 1;
}