:root{--primary-colour: lightblue;--text-font: "Lato", sans-serif;--header-font: "New Amsterdam", sans-serif}header{background-color:var(--primary-colour);display:flex;padding-left:10px;padding-right:10px}nav{display:flex;margin-top:auto;margin-bottom:auto;align-items:center;margin-left:auto}h2{font-size:30px}nav p,nav i{margin-right:5px}h1,h2,h3{font-family:var(--header-font)}p{font-family:var(--text-font)}.song img{width:400px;max-height:400px}main{text-align:center}.song_info{display:flex;z-index:100;position:absolute;color:#000;left:0;top:340px;background-color:#d3d3d3aa;width:100%}.song_info .left p{margin:0}.song_info .left{text-align:left;padding-left:10px}.song_info .right{margin-top:auto;margin-bottom:auto;margin-left:auto;padding-right:10px}.song_info .right i{font-size:20px}.song{width:400px;height:400px;position:relative;margin-left:auto;margin-right:auto;margin-bottom:15px;border:2px solid black}.song img{position:absolute;left:0;top:0}footer{position:fixed;left:0;bottom:0;width:100%;text-align:center;background-color:var(--primary-colour)}.controls{text-align:center}.small{font-size:15px}@media only screen and (max-width:600px){.song{width:300px;height:300px}.song img{width:300px;max-height:300px}.song_info{top:250px}}
