@font-face {
  font-family: SpecialElite-Regular;
  src: url(SpecialElite-Regular.ttf);
}

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
  background-color: black;
  overflow: hidden;
}

#background {
  width: 100%;
  height: 100vh;
  background-color: rgb(0, 0, 0);
  background-image: url(img/ruum5.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  opacity:0.1;
}

#background:hover {
  opacity:1;
  transition: 60s;
}

h1 {
  padding: 0%;
  font-size: 2vh;
  color: rgb(216, 209, 203);
  text-shadow: 2px 2px 4px #000000;
  font-family: SpecialElite-Regular;
  line-height: 3vh;
  text-decoration: none;
}

button {
  border: none;
  height: 75px;
  width: 75px;
  position: fixed;
  z-index: 12;
  opacity: 1;
}

.play {
  background-color: rgba(255, 255, 255, 0);
  background-image: url(img/sound.png);
  background-size: cover;
}

.pause {
  background-color: rgba(255, 21, 21, 0);
  background-image: url(img/pause.png);
  background-size: cover;
}

button:active {
  opacity: 0.6;
}

a {
  text-decoration: none;
  }

.text2 {
  position: fixed;
  bottom: 1%;
  left: 1%;
  z-index: 10;
}