header {
  background-color: #000000;
}

body {	
  background: linear-gradient(0deg, #e5dcd3, #99a49e, #5c7c93);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
  font-family: 'Courier', sans-serif;
  letter-spacing: 3px;
  font-size: 16px;
  color: black;
  text-transform: none;
  padding: 0px;
  margin: 0px;
  line-height: 1.2;
}

div.titre {
  text-align: center;
  color: #ffffff;
  font-family: "Actor";
  font-style: oblique;
  font-weight: 600;
	font-size: 100px;
  position: relative;
  margin: 250px;
}

div.titre:hover {
  color: #99a49e;
  background-color: rgba(255, 255, 255, 1) ;
}

footer {
  background-color: #000000;
}

@media (max-width: 700px) {
div.titre {
  text-align: center;
  color: #ffffff;
  font-family: "Actor";
  font-style: oblique;
  font-weight: 600;
	font-size: 80px;
  position: relative;
  margin-top: 180px;
  margin-left: 50px;
  margin-bottom: 50px;
  margin-right: 50px;
}
}
