.song {
  font: inherit;
  font-size: 6vw;
  color: #C4AE5C;
  /*margin-top: 1%;
  margin-bottom: 1%;
  max-height: 100%;*/
}

.song-container {
    overflow-y: scroll;
    overflow-x: hidden;
    position: fixed;
    top: 10vh;
    left: 0;
    margin-top: 1vh;
    padding-top: 3vh;
    width: 90vw;
    margin-left: 5vw;
    margin-right: 5vw;
    height: 76vh;
  }

  .text-section {
    font-size: 1.2em;
    color: #C4AE5C;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
    max-height: 10vw;
  }

  .country {
    padding-left: 5vw;
    max-height: 10vw;
  }

  .country img{
    object-fit: contain;
    max-width: auto;
    max-height: 1.2em;
  }

a.youtube:link {
    text-decoration: underline;
} 
  
a.youtube:visited { 
    text-decoration: underline; 
}
  
a.youtube:hover { 
    text-decoration: underline;
    color: #905cc4; 
} 
  
a.youtube:active { 
    text-decoration: underline; 
    color: #905cc4;
}

.introduction-title {
    font-size: 1.2em;
    color: #C4AE5C;
    padding-left: 5vw;
    padding-top: 1.5vw;
    font-weight: bold;
    padding-bottom: 0.5vw;
}


