:root {
  --main-color: #510896;
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  width: 90%;
  display: block;
  min-height: 100vh;
  color: rgb(184, 184, 184);
  background: #030303;
  margin: 20px 0 0 20px;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-thumb {
  background: #dfdfdf;
}
.top {
  position: relative;
  color: var(--main-color);
  max-width: 400px;
}
.lyricsEng {
  font-size: large;
  transition: all 1s ease;
  color: var(--main-color);
  font-family: "Chilanka", cursive;
}
.lyricsEng .x {
  display: block;
  font-weight: bold;
}
.lyricsEng .xx {
  font-size: 50px;
}

.lyricsMal {
  color: var(--main-color);

  transition: all 1s ease;
  display: none;
  font-family: "Chilanka", cursive;
}
#switchLang {
  position: absolute;
  right: 10px;
  font-size: 15px;
  border: 1px solid var(--main-color);
  width: fit-content;
  border-radius: 2px;
  font-family: "Chilanka", cursive;
}
.stats {
  width: 100%;
  height: fit-content;
  position: relative;
  border: 1px solid #363636;
  border-radius: 5px;
  margin-bottom: 20px;
  font-size: 12px;
  color: #686868;
}
#actualStats {
  margin-left: 10px;
}