/*div.song p#informations { font-family: 'Slackey';font-size: 14px; };*/
div.container { display: flex; min-height: 75px;}
div.logo {
	background-image: url("q-trans.png");
	background-size: 90%;
	background-position: center center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	width: 4%;
	min-width: 65px;
	height: auto:
}
div#play { width: 100%;}
a {text-decoration: none;}
div#song { text-align:center; font-family:"Slackey";width:95%;}
div#audio { padding-left: 1%}
div#playlists { text-align:right;}
