* {
	padding: 0;
	margin: 0;
	font-family: arial;
	text-shadow: black 0.05em 0.05em 0.1em;
}

header {
	background-image: url("/ljacquet/carte_de_visite/img/gorges_du_verdon.jpg");
	height: 100vh;
	background-size: cover;
	background-position: center;
}

ul {
	list-style: none;
	float: right;
	display: flex;
	margin-top: 20px;

}

ul li a {
	text-decoration: none;
	color: indianred;
	padding: 10px 20px;
	text-transform: uppercase;
	margin: 10px;
	font-weight: bold;
}

ul li a:hover {
	background: white;
}

h1 {
	position: absolute;
	top: 42%;
	right: 32%;
	color: indianred;
	font-size: 70px;
}

p {
	position: absolute;
	top: 40%;
	font-weight: bold;
	text-align: center;
	padding: 200px;
	color: indianred;
	font-size: 24px;
}
  