.song-title {
    font-size: 30px;
    font-family: 'Rock Salt', cursive;
    padding-top: 1px;
    color: white;
    margin-left: -455px;
}

h3 {
	font-family: 'Reenie Beanie', cursive;
	font-size: 30px;
	margin-top: -40px;
}
em {font-size: 16px;
color: firebrick;
font-family: 'Roboto', sans-serif;}
p {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	margin-top: -30px;
}
html {
	background-image: url("images/strawberry.jpg")
}
.section {
box-sizing: border-box;
    background-color: #ffffff;
    width: 520px;
    height: 891px;
    margin-left: 200px;
    margin-top: 100px;
    text-alignment: center;
    border-radius: 50px;
    border-color: red;
    margin-top: 60px;
    margin-left: 429px;
}

.image1 {
    position: fixed;
    top: -10px;
    left: 890px;
}
.image2 {
    position: absolute;
    left: 0;
    top: 560px;
}

.beatles1 {
	position: absolute;
	margin-left: 161px;
    margin-top: 161px;
}
.beatles2 {
	    position: absolute;
    margin-left: -30px;
    margin-top: 110px;
}
.beatles_two_people {
	position: absolute;
    margin-top: -4px;
    margin-left: 165px;
}
#lyrics:hover {
	color: forestgreen;
			}
