html, body {
	height: 100%;
}

body {
	margin: 30px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-image: url(../img/les-ombrelles.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}

h1 {
	font-family: "Great Vibes", cursive;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	text-align: center;
	font-size: 5.5em;
	margin-bottom: 20px;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.9), 0 0 4px rgba(0, 0, 0, 0.8), 0 0 8px rgba(0, 0, 0, 0.6);
}

.container {
	width: 75%;
	max-width: 600px;
	margin: 0 auto;
	padding: 10px 20px;
	background-color: white;
	opacity: 0.7;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.container h2 {
	color: #333;
	text-align: center;
	font-size: 1.5em;
	font-style: italic;
	margin-bottom: 15px;
}

hr {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	margin-bottom: 10px;
}

.container p {
	color: #333;
	text-align: center;
	font-size: 1.25em;
	margin: 10px 0;
}

.container p a {
	color: #333;
	text-decoration: none;
}

.container p a:hover {
	text-decoration: underline;
}