/*  smooth */
html {
    scroll-behavior: smooth;
  }

/* index music track*/
.header {
    font-size: 50px;
    text-align: center;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color:white;
  }

  .header a {
      color:white;
      text-decoration:none;
  }

  .track-cover {
    background-size: cover;
    width: 300px;
    height: 300px;
    display: inline-block;
  }
  
  .cover {
    background-size: cover;
    width: 300px;
    height: 300px;
    display: inline-block;
    margin: 10px;
    float: left;
    border: 3px solid black; 
    position: relative;
  }
  
  .audio {
      position: absolute;
      bottom: 0;
  }
  .cover:hover {
    cursor: pointer;
  }
  
  .content-name{
    color: white;
    font-size: 25px;
    text-align: center;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  }
  
  .back-button {
    /* Remove all decorations to look like normal text */
  background: none;
  border: none;
  display: inline;
  font: inherit;
  margin: 0;
  padding: 0;
  outline: none;
  outline-offset: 0;
  /* Additional styles to look like a link */
  color: blue;
  cursor: pointer;
  text-decoration: underline;
}

  #brand-icon{
    font-size:40px;
  }

  body {
    background-image: url('/bg.c04a5f46.jpg');
    background-repeat: no repeat;
    background-position: center;
    background-size: 100% 100%;
  }


  .mx-auto {
    padding:50px 50px;
    text-align:center;
  }
  .mx-auto a {
    color: inherit;
  }
  .mx-auto img {
      width:60px;
  }
  .mx-auto2 {
    padding:70px 50px;
    text-align:center;
  }
  .mx-auto2 h3{
 display:inline;
}

.bg3{
  background-image: url('/bg3.f3a41c7e.jpeg');
  background-repeat: no repeat;
  background-position: center; 
}




  
  

/*# sourceMappingURL=/style.78032849.css.map */