img {
    max-width: 100%;
}

button {
    padding:0;
}
#header {
    text-align: center;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: rgb(25, 24, 24);
    
}
#heading {
    font-size: 3vw;
}
#boombox {
    display: block;
    margin: auto;
    width: 60vw;

 
   
}

.parent {
    width: fit-content;
    position: relative;
    top: 20%;
    left: 19.5%;
    display: flex;
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */
}

.artist {
    position: absolute;
    top: 48.5%;
    left:3.5%;
    border-radius: 100%;
    aspect-ratio: 1/1;
    width: 28%;
}

.album {
    position: absolute;
    top: 48.5%;
    right:3.5%;
    border-radius: 100%;
    aspect-ratio: 1/1;
    width: 28%;
}

.spotify{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60vw;
    bottom: 0;
}
.songname{
   background-color: rgb(68, 62, 58);
   color: rgb(216, 199, 174);
   text-align: center;
   width: 77%;
   height: 11%;
    position: absolute;
    top: 25.3%;
    right: 14.1%;
    border-radius: 5px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 100%;
   
   
    
}

.speed-slider {
    position: fixed;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 20px;
}

#speed-range {
    width: 100%;
    height: 200px;
    writing-mode: bt-lr; /* Vertical orientation */
    appearance: slider-vertical;
    transform: rotate(180deg);
    transform-origin: 50% 50%;
}


.buttons {
   display:flex;
   position: fixed;
   bottom: 2%;
 justify-content:center;
 
 

}


#prev-button {
 width: 3%;
 left: 30%;
 margin-right: 5%;
}
#next-button {
    width: 3%;
    margin-left: 5%;
}

@media screen and (width= "1000px"){
    #name{
        font-size: 70%;
    }
}

p{
    font-family: Arial, Helvetica, sans-serif;
}