body {
	background-image: url(image-insomnie.jpeg);
}
	
h1 {
	text-align: center;
	color: grey;
	background-color: white;
	border: solid 2px black;
	border-radius: 15px;
	padding: 2em;
	width: 45%;
	margin: 2em auto 2em auto;
	font-family: Roman;
	font-style: normal;
}

p {
  color: grey;
  text-align: center;
  background-color: white;
	border: solid 2px black;
	border-radius: 15px;
	padding: 2em;
	width: 40%;
	min-width: 800px;
	margin: 2em auto 2em auto;
	font-family: Roman;
	font-style: normal;
	font-size: 110%
  }
  
