@charset "UTF-8";
/* CSS Document */
.top{
   text-align:center;
	top:200px; 
	 filter: drop-shadow(5px 5px 5px #aaa);
}

.base{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	 filter: drop-shadow(5px 5px 5px #aaa);
}

.exp {
	text-align:left;
}

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

#bottom {
  position: absolute;
  top: 3000px;
  left: 500px;
}