Comment faire une image ovale en CSS

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