﻿*mise en forme poèmes en espagnol de Pierre-Alain GASSE
body, html {
	margin:0;
	padding:0;
	height:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	font-family: "Comic Sans MS","Arial", cursive, sans-serif;
}
.poem-container{
	width:100%;
	max-width:800px;
	padding:20px;
	box-sizing:border-box;
	text-align:center;
	}
.poem-container img {
	max-width: 50%;
	height:auto;
	display: block;
	margin: 0 auto
	}
.poem {
	font-size:1.0em;
	line-height:1.6;
	color:black;
	font-family:"Comic Sans MS","Arial" cursive, sans-serif;
	margin:0 auto;
	text-align:center;
	width:fit-content;
	} 