
*{

	background-size: cover;
	background-attachment: fixed;
}
body{
	display:flex;
	flex-flow: row wrap;
	background-image: url('montagne.jpg');
	background-repeat: no-repeat;	
	list-style: none;
	justify-content: center;
	
	background-size: cover;
	
	

  }

h1{
	
	color: rgb(11, 83, 83);
	font-family: 'Dancing Script', cursive;
	text-align: center;
	width:100%;
	border:1px solid black;
	background-color: antiquewhite;
	
	
}

.imgsurf{
text-align: center;
width:100%;

}



  ul,li{
	font-weight: 750;
	font-size: 1.5em;
	list-style: none;
	width:100%;
	
  }


  fieldset{
	display:flex;
	justify-content: center;
	width:100%;
	background-color: rgb(227, 231, 235);
	opacity: 0.9;
	border-radius: 15px;

	
	
	
  }