html, body { margin: 0; padding: 0; text-align: center; }

#tapTxt{
  position:fixed; top:0; left:50%;
  transform: translateX(-110px);
  margin-top:50px;
  background-color:#e84c4c;
  height: 18px;
  width: 200px;
  padding:10px;
  color:white;
  z-index:10;
  text-align:center;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px; font-style: normal; font-variant: normal; font-weight: bold;
  vertical-align:middle;
  border: 2px solid #e84c4c;
  border-radius: 5px;
  display:none;
}

#tapImg{
  position:fixed; top:100px;left:50%; z-index:10;
  transform: translateX(-100px);
  z-index:10;
  display:none;
  width:200px;
}

#tapImgTest{
  width:10px; height:10px; position:fixed; top:0; z-index:10;
}
