@charset "utf-8";

#Layer1 {
  font-size: 20px;
  top : 8px;
  left : 8px;
  position : absolute;
  
}
@media screen and (max-width:800px) {
  
  #Layer1 {
  font-size: 18px;
  top : 0px;
  left : 0px;
  position : absolute;
  
}
}