/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */
.body {
position: relative;
z-index: 1;
background-image:
url(https://proxy.everskies.com/a/https://64.media.tumblr.com/ec37d4bbe9114bc778510707364c1853/tumblr_oqoxvrxNr91vhvn1lo3_250.gifv);
width: 600px; height:400px; border-style: ridge;
border-color: pink;
border-width: 8px;
overflow: hidden;
 image-rendering: pixelated;
  filter: drop-shadow(2px 2px 1.2px lightpink);
 box-shadow: inset 10px 10px 6px -10px rgb(66 66 66, inset -10px 0px 6px -10px rgb(66 66 66 / 100%), inset 0px 10px 6px -10px #ffffff, inset 0px -10px 6px -10px rgb(66 66 66 / 100%);
}
.a img{
z-index: 2;
position: absolute;
left: 15px;
top: 15px;
width: 200px;
border: ridge;
border-width: 3px;
border-color: pink;
border-radius: 15px;
}
.b img{
z-index:2;
image-rendering: pixelated;
position: absolute;
top: 15px; left: 0px;
width: 100px; height: 70px;
}
.c img{
z-index:2;
image-rendering: pixelated;
position: absolute;
top: 225px; left: 140px;
width: 100px; height: 70px;
}