@charset="UTF-8";
#top{
  font-size: 30px;
}
#Layer1 {
  font-size: 20px;
  top : 20px;
  left : 8px;
  position : absolute;
  z-index : 1; 
}
@media screen and (max-width:800px) {
#top{
  font-size: 20px;
  }
#Layer1 {
  font-size: 15px;
  top : 15px;
  left : 0px;
  position : absolute;
  z-index : 5; 
}
}