.rime{
	color: #ecd555;
}
.strophe{
text-align:center; 	/*le texte sera aligné au centre*/
color : #F1EEEE; 	/*le texte est en bleu, les couleurs sont codées #rrvvbb de #000000 à #FFFFFF*/
}
body {
	background-image: url("fantôme.jpg");
	height:auto;
}

.titre{
	text-align:right; 
	padding-right:390px;
	color:#be1d1d;
	font-size:1.3em;
}

.liens{
	width:150px;
	height:150px;
	background-color:rgb(50, 43, 40);
	border-radius: 50% 20% / 10% 40%;
	display:flex;
    justify-content: center;
}

.poeme{
	position:relative;
	background-color:rgba(50, 43, 40, 0.45);
    box-shadow: 5px 5px 25px 0px rgba(0,0,0,0.5);
	width:500px;
	border-radius: 50px;
	padding:10px;
	left:41%;
	bottom:50px;
}
h2{
	color:#FFFFFF;
	text-align:center;
}

.liens a{
	color:#FFFFFF;
	position:absolute;
}

.liens img{
	width:100px;
	height:100px;
	padding-top:25px;
}

