@font-face {
  font-family: 'pix';
  src: url(./fonts/Web437_EagleSpCGA_Alt3-2y.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
  background-color: black;
  font-family: 'pix', 'Times New Roman', Times, serif;
}

#c {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: #777 0px 0px 3px;
}

.block-audio {
  z-index: 9999999999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #000000bb;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn {
  text-align: center;
  cursor: pointer;
  padding: 1rem;
  border: solid 1px #fff;
  color: #fff;
  border-radius: 10px;
}

.btn p {
  text-align: center;
}