html {
	margin-left: 4%;
	margin-top: 2%;
	margin-right: 4%;
	margin-bottom: 4%;
}
body {
	background-image: url(https://i.imgur.com/jrrBgfb.jpg);
}
.container {
	width: 500px;
	height: 700px; 
	display: inline-block;
	float: left;
	font-family: 'Lato', sans-serif;
	color: #bc8673;
}
#main-container {
	position: center;
	width: 89%;
	padding-left: 150px;
	padding-bottom: 100px;
	background-color: #f2d7cd;
	overflow: auto;
}
h1 {
	font-family: 'Lato', sans-serif;
	font-size: 30pt;

}
strong {
	color: white;
}

img {
	position: absolute;
	margin-top: -20px;
	margin-left: 340px;
	display: block;
  	max-width:100px;
  	max-height:110px;
 	width: auto;
 	height: auto;
}

img:hover {
	cursor: default;
    transform: rotate(360deg);
    transition: all 0.3s ease-in-out 0s;
}
.pre-chorus {
	font-weight: 300;
}
.chorus {
	font-weight: 700;
}
