html,
body {
  background-color: #000;
  overflow: hidden;
}

#tagNumber {
  color: #fff;
  font-family: sans-serif;
  text-align: center;

  width: 100%;

  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#tagNumber span {
  font-weight: 700;
  font-size: 45px;
}

#tagNumber.fave {
  color: #ff4be8;
}

#tagTitle {
  display: none;

  font-weight: 400;
  font-size: 14px;
  margin-top: 10px;
}

#tagNumber.fave #tagTitle {
  display: block;
}

#tagView {
  width: 100%;
  height: 100vh;
  pointer-events: none;

  padding: 0;
  margin: 0;
}

#tagView embed,
#tagView img {
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
}

#tagView embed {
  height: 100%;
}

#messageModal {
  width: 160px;
  height: 50px;

  line-height: 50px;
  text-align: center;
  font-family: sans-serif;
  font-size: 25px;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  pointer-events: none;

  font-weight: 700;
}
