body {
	background-image: url(aventure2.png);
    font-family: accent-color;
    font-size: 18pt;
	color: white;
}
h1{
	text-align: center;
	text-decoration :underline;
}

article {
    background: transparent;
    border: solid 3px white;
    border-radius: 15px;
    margin: 2em;
    padding: 2em;
}



