
@font-face {
  font-family: "Delius";
  src: url("/src/fonts/Delius.ttf") format("truetype");
}
@font-face {
  font-family: "LanaPixel";
  src: url("/src/fonts/LanaPixel.ttf") format("truetype");
}
h1 {
  margin-block-start: 0em;
  margin-block-end: 0.2em;
  margin-inline-start: 0px;
  margin-inline-end: 0.2px;
  text-decoration: underline;
}
.main {
  position: relative;
  font-size: 17px;
  font-family: "Delius", serif;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 36px;
  padding: 10%;
  flex-wrap: wrap;
  background-image: url(/src/imgs/gallery/lyrics/background.png);
  background-size: cover;
  color: black;
}
note {
  box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7);
  background: #fde0f1;
  display: block;
  /* height: 550px; */
  width: 370px;
  padding: 1em;
  transform: rotate(-3deg);
}
note:nth-child(even) {
  transform: rotate(2deg);
  position: relative;
  top: 5px;
}
note:nth-child(3n) {
  transform: rotate(3deg);
  position: relative;
  top: -5px;
}
note:nth-child(5n) {
  transform: rotate(-1deg);
  position: relative;
  top: -10px;
}
pre {
  white-space: pre-wrap; /* Since CSS 2.1 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word;
  height: 80%;
  font-size: 16px;
  font-family: "Delius", serif;
  overflow-y: scroll;
  margin: 0;
}
.filterDiv {
  display: none;
}
.show {
  display: block;
}
.myBtnContainer {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 550px;
}
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  text-align: center;
}
* {
  scrollbar-width: thin;
  scrollbar-color: #00000080 transparent;
}
/* Chrome, Edge, and Safari */

*::-webkit-scrollbar {
  width: 5px;
}
*::-webkit-scrollbar-track {
  background: transparent;
}
*::-webkit-scrollbar-thumb {
  background-color: #00000080;
  border-radius: 10px;
  border: 0px none #ffffff;
}
.paperOverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: repeat;
  background-image: url("https://www.transparenttextures.com/patterns/groovepaper.png");
  mix-blend-mode: multiply;
  pointer-events: none;
}
.fixed {
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: auto;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 20px;
  align-items: center;
}
.jumps {
  padding: 10px;
  color: black;
  text-decoration: none;
  transition: 0.15s;
  box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7);
  background: rgb(255, 204, 204);
}
#player {
  box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7);
  background: rgb(232, 204, 255);
  padding: 10px;
  margin: 20px;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 200px;
  font-size: 0.8em;
}



.goback {
    display:flex;
    flex-wrap: wrap;
    font-size: small;
    justify-content:space-between;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'LanaPixel';
    color: white;
}

.goback:visited {
    text-decoration: none;
    color: white
}
.goback:a {
    text-decoration: none;
    color: white
}

.goback a {
      text-decoration: none;
    color: white
}
.main a {
      text-decoration: none;
    color: black
}

button {
    background-color: #8e2864;
    border-radius: 0px;
    border: solid 3px;
    color: white;
    font-family: 'LanaPixel';
    font-size: small;
}

input {
    background-color: #8e2864;
    border-radius: 0px;
    border: solid 3px;
    color: white;
    font-family: 'LanaPixel';
    font-size: small;
    max-width: 200px;
}