Trying to create this shape with css
I've managed to get to this result
but can't figure out how to create the arc in the bottom part of the rectangle this is my css
.left-page {
color: hsl(35, 35, 35);
border-top-left-radius: 26px;
border-bottom-left-radius: 26px;
border: solid 1px hsl(274,65,35);
}

