.tracklist{
 color: aliceblue;
}

.tracklist h2{
   font-family: 'Bebas Neue',
   cursive !important;
   font-size: 50px;
     display: flex;
     flex-direction: row;
}

.tracklist h2:after {

   content: "";
   flex: 1 1;
   border-bottom: 2px solid rgb(255, 255, 255);
   margin: auto;
   margin-left: 4px;
}

.pc-img{
height: 70px;
width: 70px;
}





.trackitem a{
   text-decoration: none;
   color: aliceblue;
}





.trackitem a{
   cursor: pointer;
font-weight: bold;
}

.trackitem a:hover {
 color:#33B0B2;
 text-decoration: underline;

}

.trackitem a:active {
 color:#33B0B2;
 text-decoration: underline;
}

.current a {
 color:#33B0B2;
 text-decoration: underline;
}


a.importantURL {
    color: #00008B;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: bold;
    text-decoration: underline;
}

a.importantURL:hover, active, visited{
    color: #00B0E6; /*#00B0E6;*/
    font-family: 'Montserrat', sans-serif !important;
    font-weight: bold;
    text-decoration: underline;
}

@media screen and (max-width:950px)
{
   h6{
      margin-top: 15px;
   }

 .tracklist h2{
    font-size: 45px;
 }

 .headline h2 {
    font-size: 45px;
 }
}


/* .all_items {
   display: flex;
   padding: 1em;
}

.trackitem {
   flex: 3;
   padding: 1em;
   margin: .6em;
} */