@charset "utf-8";

#Layer1 {
  font-size: 35px;
  top : 8px;
  left : 8px;
  position : absolute;
  z-index : 1; 
}
@media screen and (max-width:800px) {
  
  #Layer1 {
  font-size: 25px;
  top : 0px;
  left : 0px;
  position : absolute;
  z-index : 5; 
}
}