body{
  text-align: center;
  background-color:black;
}
#unmuteWrapper{
  display:none;
}
#unmute{
  /*display:none;*/
  margin:auto;
  cursor: pointer;
  background-color: white;
}
#status{
  font-family: sans-serif;
  font-weight: bold;
  color: white;
  margin-bottom:50px;
}

#status span{
  background-color:white;
  color:black;
  padding:3px;
}

#info{

  width:100%;
  max-width: 400px;
  margin:auto;
  text-align: left;
  display:none;
}
#info p{
  color: white;
  font-family: sans-serif;
}
#info a{
  font-family: sans-serif;
  color: #ff4c6b;
  text-decoration: none;
}
#show{
  text-align: right;
  position: fixed;
  right: 10px;
  bottom: 10px;
  color: #ff4c6b;
  font-family: sans-serif;
  font-weight: bold;
  font-size:1.2em;
  text-decoration: none;


}
