body {
  top: 0;
  margin: 0;
  min-height: 100vh;
  width: 100vw;
}

#tap {
  text-align: center;
  vertical-align: middle;
  height: 100vh;
  width: 100vw;
  display: table-cell;
}

#tap-text {
  font-size: 10vh;
  padding: 10px;
  border-radius: 10px;
}


img {
  top: 0;
  max-width: 100%; max-height: 100%;
}
#map {
  display : none;
}
#img {
  display : none;
}
#info, #koord {
  display : none;
}
