/*Mon CSS perso*/
.strophe{
text-align:center; 	/*le texte sera aligné au centre*/
color : #F4B2EB; 	/*le texte est en bleu, les couleurs sont codées #rrvvbb de #000000 à #FFFFFF*/
}

.surligner {
color : #F972E6; 	/*le texte est en rouge */
font-weight: bold; 	/*la police est en gras */
}

.entete {
	color : #F4B2EB; 
   background-color: : url("travis scott.jpg");
   text-align: center;
}

.lien {
   float: left;
   width: 20%;
   background-color: : url("travis scott.jpg");
}

.poeme {
   width: 50%;
   background-color: : url("travis scott.jpg");
   margin-left:25%;
}
body {
   background-image: url("travis scott.jpg");
}
.title {
	float: center;
	width: 70%
	background-color: url("travis scott.jpg");
}
