*{
     font-family: "Inter", sans-serif;
     cursor: none;
}
 *, *::before, *::after {
     cursor: none !important;
}

audio {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 20px auto;
  border-radius: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  background-color: #f1f3f4;
}

 .cursoruwu {
     position: fixed;
     width: 16px;
     height: 16px;
     background-color: black;
     border: 2px solid white;
     border-radius: 50%;
     pointer-events: none;
     transform: translate(-50%, -50%);
     z-index: 9999;
     box-shadow: 0 0 30px white;
     transition: border box-shadow 0.4s;
}
 .cursoruwu.hovering {
     border: 2px solid purple;
     box-shadow: 0 0 30px purple;
}
 .flag {
     width: 27px;
     height: 20px;
     display: inline-block;
     margin-left: 3px;
     margin-right: 3px;
     vertical-align: middle;
     margin-top: 3px;
     margin-bottom: 3px;
}

 .fav {
     width: 25px;
     height: 25px;
     border-radius: 50%;
}
 .rectangle {
     position: absolute;
     width: 750px;
     height: 750px;
     background: rgba(0, 0, 0, 0.5);
     backdrop-filter: blur(24px);
     border: 1px solid rgba(255, 255, 255, 0.15);
     box-shadow: 0 0 35px rgba(255, 255, 255, 0.22);
     inset: 50% auto auto 50%;
     transform: translate(-50%, -50%);
     border-radius: 10px;
     scrollbar-width: none;
     padding: 20px;
}
 .divtext {
     color: rgba(255, 255, 255, 0.9);
     font-size: 20px;
     font-weight: 500;
}
 .divtext-h1 {
     color: rgba(220, 255, 220, 0.95);
     font-size: 50px;
     font-weight: 700;
     text-shadow: 0 0 8px rgba(255, 255, 255, 0.3), 0 0 18px rgba(255, 255, 255, 0.18);
}
 .background {
     background-image: url("background.png");
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     margin: 0;
     min-height: 100vh;
     scrollbar-width: none;
}
 .link {
     color: inherit;
     text-decoration: underline;
}
 .button {
     width: 170px;
     padding: 5px;
     margin: 5px;
     border: none;
     border-radius: 10px;
     color: inherit;
     font: 16px Inter, sans-serif;
     text-align: center;
     cursor: pointer;
     background: rgba(0, 0, 0, 0.1);
     backdrop-filter: blur(10px);
     border: 1px solid rgba(255, 255, 255, 0.15);
     transition: all 0.4s;
}
 button:hover {
     background-color: rgba(20, 20, 20, 1);
     border-color: rgba(255, 255, 255, 0.4);
     box-shadow: 0 0 30px rgba(0, 0, 0, 0.6), 0 0 22px rgba(125, 45, 145, 0.25);
}
 hr {
     height: 2px;
     background-color: rgba(146,182,240, 0.3);
     backdrop-filter: blur(10px);
     border: none;
     box-shadow: 0 0 30px rgba(0,162,255, 0.95);
}
 .pfp {
     width: 250px;
     height: 250px;
     border-radius: 50%;
     border: 1px solid rgba(255, 255, 255, 0.7);
     box-shadow: 0 0 30px rgba(255, 255, 255, 0.22);
}
 br {
     display: block;
     content: "";
     margin-top: 15px;
}
 .halfbr {
     display: block;
     content: "";
     margin-top: 3px;
}
