body{background-image:url(fondo2.jpg);}        

img
{
  width:200px;
  heigh:200px;
  margin-right:20px;
  display:box;
}

#priest{border-radius:25px; box-shadow: -5px -5px 5px 5px #3F3F46;}
#maiden{border-radius:0 0 50% 50%;  box-shadow: 0 0 5px 5px #72251E}
#guardian{border-radius:50%; box-shadow: 0 0 5px 5px  #1C343D}

div
{
  margin-right:20px; 
  margin-top:10px;
  float:left;
  padding:10px;
}

#clear{clear:both;}
            