		body {
			background-color:rgb(248,240,220);
			text-align: center;
		}

		section p{	font-family: Montserrat;
			text-align: center;
			line-height: 27px;
			color: black;
			font-size: : 20px;
		}
		p.image{
			background: url("https://www.dhresource.com/0x0s/f2-albu-g3-M00-D7-67-rBVaHVbMG7CAMQuFAAZ3D-4UzLg809.jpg/viva-la-vida-watermelons-frida-kahlo-painting.jpg");
   	 		background-size: 600px 480px;
   		    background-repeat: no-repeat;
   		    background-position: center;
   		    background-attachment: fixed;
		}

		div.one{
			background: url("https://vignette.wikia.nocookie.net/random-ness/images/c/c3/Viva_La_Vida.gif/revision/latest?cb=20131028183145");
   	 		background-size: 300px 240px;
   		    background-repeat: no-repeat;
   		    background-position: center left;
   		    background-attachment:local ;

		} 

		div.two{
			background-image: url("https://media.giphy.com/media/Jp2NOg7gpeEiA/200.gif");
   	 		background-size: 300px 240px;
   		    background-repeat: no-repeat;
   		    background-position: center right;
   		    background-attachment:local ;

		} 
		section p.note{
			text-align: center;
			line-height: 35px;
			font-weight: bold;
			color: rgb(120,120,120);
			font-size: : 30px;
		}

		section p span {
			color:black;
		}

		section p.chorus{

			text-align: center;
			line-height: 22px;
			color: brown;
			font-size: : 17px;
			font-style: italic;
		}

