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/carmen2.gif);
    background-size: contain;
    text-shadow: 1px 1px 3px black;
    
}

main{
    width: 650px;
    
    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;
}

.intro{
    top: 95px;
    left: 240px;
}

.verse1{
    top: 180px;
    left: 250px;

}
.chorus1{
    top: 250px;
    left: 600px;

}
.verse2{
    top: 330px;
    left: 240px;
}
.chorus2{
    top: 420px;
    left: 600px;
}
.verse3{
    top: 520px;
    left: 300px;
}
.verse4{
    top: 600px;
    left: 420px;
}
.verse5{
    top: 750px;
    left: 450px;
}
.verse6a{
    top: 840px;
    left: 300px;
}
.verse6b{
    top: 945px;
    left: 190px;
}

