span.stretch {
    display:inline-block;
    -webkit-transform:scale(1,1); /* Safari and Chrome */
    -moz-transform:scale(1,1); /* Firefox */
    -ms-transform:scale(1,1); /* IE 9 */
    -o-transform:scale(1,1); /* Opera */
    transform:scale(1,1); /* W3C */
}


 /*div { margin-bottom: 100px; padding: 50px; margin: 0;} */
header {text-align: center;}

a {
  padding-left: 10px;
  padding-right: 10px;
  color: white;
  
};

.title {
  color: yellow;
  padding-left: 10px;
  padding-right: 10px;
}


iframe {margin: 0 auto;display: inline-block;padding: 20px;}




.top {
    width: auto;
    height: auto;
    opacity: 100%;
    border: 0px;
    padding: 0px;
    margin-top: 5%;
    text-align: center;
    font-family: "Handjet", sans-serif;
    font-size: 300%;
    
    
  }

  .beats {
    width: 0 auto;
    height: 100%;
    opacity: 100%;
    border: 0px;
    padding: 50px;
    margin-top: 50px;
    text-align: center;
    font-family: "Handjet", sans-serif;
    font-size: 300%;
    
    
    
  }  

  .links {
    width: auto;
    opacity: 100%;
    height: auto;
    border: 0px;
    padding: 10px;
    margin-top: 10%;
    text-align: Center;
    
    
    font-size: 300%;
    
  }

  .songs {
    
    width: 0 auto;
    opacity: 100%;
    height: 100%;
    border: 0px;
    padding: 10px;
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    
    padding-top: 10px;
    padding-bottom:10px;
    
    
    
  
    
    
    
  }
.socials{
  width: 50px; height: 50px;


}

.SongLinks{
  width: 150px; height: 150px;
  


}

  #backgroundVideo {
    width: 100vw;
    height: 50vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
 }
 #backgroundVideo2 {
  width: 100vw;
  height: 50vh;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 50;
  bottom: 0;
  z-index: -1;
}
#backgroundVideo3 {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 50;
  bottom: 0;
  z-index: -1;
}


