body{
background-color: powderblue;
}

.clothes{ 
position:absolute;
  top:200px;
  left:540px;
  border-radius:50%;
}

.clothes2 {
    position:absolute;
  top:50px;
  left:295px;
  border-radius:50%;
}

