@import url("https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.arrow {
  position: absolute;
  background: none;
  width: 3em;
  height: 3em;
}

#uArrow {
  top: 0px;
  width: 100%;
}

#dArrow {
  bottom: 0px;
  width: 100%;
}

#lArrow {
  left: 0px;
  height: 100%;
}

#rArrow {
  right: 0px;
  height: 100%;
}

/*music{
  position: fixed;
  top: 44em;
  left: 11%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
  background-color: rgb(78, 232, 109);
  border-radius: 10px;
}

/*replayBtn {
  font-family: "Indie Flower";
  font-size: 1.2em;
  color: rgba(173, 240, 165, 1);
  background-color: rgb(82, 71, 48);
  margin: auto;
  border-radius: 5px;
  padding: 1vh 4vh;
  border: none;
  height: 3em;
  width: 10em;
}
