Is there a way to create a curved border on just one side without using border-radius? I've seen some solutions using transform: rotate, but they don't seem to work for making the top part rounded. Right now, my CSS includes border-radius: 100px 100px 0px 0px, which creates a rounded top as seen in the preview. However, I'm struggling to figure out how to make the bottom part curved.