*[data-active="false"]{
  display: none !important;
}

body {
  padding: 50px;
  font: 14px "Press Start 2P", "Lucida Grande", Helvetica, Arial, sans-serif;
  background-color: black;
}

a {
  color: #00B7FF;
}

#overlay{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 23456789;
  background-color: black;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  backdrop-filter: blur(20px);
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  color: white;
  text-align: center;
}

button{
  font: 14px "Press Start 2P", "Lucida Grande", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  padding: 1em;
  background: black;
  border: 2px solid white;
  color: white;
  margin-top: 1em;
  cursor: pointer;
}
