.audioplayer {
  position: absolute;
  width: 100vw; 
  aspect-ratio: 1 / 1;
}


 body { 
  aspect-ratio: 16 / 9;
    cursor: url(""), auto; 
    background-color: black;
  background-position: center; 
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  
}