@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;900&display=swap');

body {
    background: url(images/albumArtBlurred.png) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

div.head {
	position: relative;
	margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
	width: 300px;
    border-radius: 5px 5px 0px 0px;
	overflow: hidden;
}

div.albumArt {
	width: 300px;
	height: 300px;
    overflow: hidden;
    border-radius: 5px 5px 0px 0px;
}

img {
	width: 300px;
	height: 300px;
	object-fit: contain;
}

div.image {
    position: absolute;
    left: 0px;
    top: 0px;
}

div.title {
    padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
    background-color: white;
	width: 300px;
}

div.lyrics {
    background-color: white;
    border-radius: 0px 0px 5px 5px;
    overflow-y: scroll;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    width: 240px;
    position: relative;
    height: calc(95vh - 450px);
    padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-top: 10px;

}

div.linkBox {
	position: fixed;
	right: 30px;
	width: 30px;
	top: 20px;
}

img.links{
	width: 30px;
	height: auto;
	margin-top: 10px;
}

h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.6em;
    line-height: 0em;
}

h2 {
    font-family: 'Roboto', sans-serif;
    line-height: 1em;
    font-size: 1em;
    font-weight: 800;
}

h3 {
    font-family: 'Roboto', sans-serif;
    line-height: 0em;
    font-size: 0.8em;
    text-transform: uppercase;
    color: gray;
    font-weight: 800;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: .8em;
}

p.credits {
	font-family: 'Roboto', sans-serif;
    font-size: .6em;
    color: gray;
}
