.tagline {
  display: none;
  position: absolute;
  top:  3%;
  font-size: 14pt;
  width: 99%;
  text-align: center;
  font-family: sans-serif;
}
body {
  background-color: black;
  color: rgb(200,0,0);
}
#chiming {
  position: absolute;
  bottom:1pt;
  right: 1pt;
}
#chiming a {
  color: rgb(200,0,0);
  text-decoration: none;
}
#chimebtn {
  visibility: hidden;
  font-size: 200%;
}
#chimesetup {
  visibility: hidden;
  position: absolute;
  bottom: 1pt;
  right: 1pt;
  padding: 5px;
  border: solid;
  background-color: rgb(20, 20, 20);
  text-align: center;
}
#chimesetup h3 {
  margin: 0;
}
#chimesetup a {
  width: 10em;
  display: inline-block;
  margin: 2pt;
  padding: 5pt;
  background-color: rgb(40, 40, 40);
  border-radius: 5pt;
}
