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

body {
  background-image:url("image/komorosora2.png");
  background-size: cover;
}

.top{
   text-align:center;
	top:200px; 
	 filter: drop-shadow(5px 5px 5px #aaa);
}

#top2 {
 position: absolute;
  top: 800px;
  left: 100px;
}

#top3 {
 position: absolute;
  top: 4000px;
  left: 700px;
}

#top4 {
 position: absolute;
  top: 6000px;
  left: 1000px;
}

#relative {
  position: absolute;
  top: 8000px;
  left: 600px;
}

#bottom {
  position: absolute;
  top: 10000px;
  left: 200px;
}