@charset "UTF-8";
/* CSS Document */

.top{
  position: absolute;
	top:200px; left:250px;	
	 filter: drop-shadow(5px 5px 5px #aaa);
}
.center{
  position: absolute;
	top:200px; left:610px;	  
	 filter: drop-shadow(5px 5px 5px #aaa);
}
.bottom{
  position: absolute;
	top:200px; left:970px;	  
	 filter: drop-shadow(5px 5px 5px #aaa);
}

#relative {
  position: relative;
  top: 400px;
  left: 250px;
}

#bottom {
  position: relative;
  top: 450px;
  left: 200px;
}