cara membuat oval gambar di css

.oval {
   width: 160px;
   height: 80px;
   background: #a84909;
   border-radius: 50%;
 }
ogunneye oreoluwa