html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
}

html, body {
    min-width: 600px;
}



h1 a{
    color:black !important;
}



.navbar{
    border: solid black !important;
   
}
.navbar a{
    color:black !important;
}
.navbar a:hover{
    background-color: rgba(211, 211, 211, 0.435) !important;
}

body{
    overflow-y: scroll;
    color: white !important;
  
    overflow-x: auto;
    display: block;
    background-image: url(../assets/gifs/undercover-mv-clip1.gif);
    background-size: contain;
    text-shadow: 1px 1px 3px black;
    
}

main{
    width: 600px;
    
    margin: 40px auto;
    position: relative;
}

audio{
    height: 40px;
    z-index: 999;
    pointer-events: auto;
   
    position: absolute;
    width: 250px;
}
.audio-anchor {
    position: absolute;
    
    width: 230px;
    height: 40px;
}

.audio-anchor audio {
    width: 100%;
    height: 100%;
}



.indent{
    padding-left: 2em;
    
    display: block;
}

.section{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.lyrics{
    
    padding: 50px;
    white-space: normal;
    position: relative;
    display: flex;
    gap: 10px;
    flex-direction: column;
    
}


.scatter-pic{
    position: absolute;
     
}

.parts {
    line-height: 1.0;
}



.verse{
   
    text-align: right;
}
footer a{
    color:black !important;
}

.border {
    margin: 75px auto;  
    width: 1200px;      
    position: relative; 
}





header h1 {
  margin-bottom: 10px; 
  text-align: center;
}

.bass{
    top: 0px;
    left: 40px;
}

.chorus-vox{
    top: 60px;
    left: 320px;

}
.guitar-stack{
    top: 220px;
    left: 330px;

}
.cello-beginning{
    top: 340px;
    left: 320px;
}
.fx{
    top: 435px;
    left: 40px;
}
.vox-tricks{
    top: 550px;
    left: 80px;
}
.drums{
    top: 730px;
    left: 320px;
}
.cello-chorus{
    top: 900px;
    left: 320px;
}
.guitar{
    top: 1100px;
    left: 40px;
}
.piano{
    top: 1200px;
    left: 100px;
}
.cello-end{
    top: 1310px;
    left: 120px;
}
.glock{
    top: 1370px;
    left: 100px;
}


