*{
  margin:0;
  padding: 0; 
  box-sizing: border-box;
}
body{
  background: url(stoc.jpg)no-repeat fixed center/cover;
  background-size: cover;
}
  body {
    margin: 0;
    padding: 10px;
  }
 
.liens{
    display: inline-flex;
    color: aqua;
  }
  .liens .lien{
    list-style: none;
}
.liens .lien a:hover{
  background: rgb(200,100,256);
  border-radius: 450px;
  }
  .liens .lien a{
color: black;
    text-decoration: none;
    padding: 15px 30px;
    font-size: 75px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
h1{
	text-align: center;
	color: rgb(0, 4, 255);
	font-family: Gabriola;
	font-size:4rem;
 background:url(Prestation.jpg)no-repeat fixed center/cover;
}
h2{
	font-size: 50px;
	font-family: 'Times New Roman', Times, serif;
  color: blue;
}
  
  p{
  	font-size: 55px;
    height: 120px;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  	text-align: center;
    color: rgba(19, 19, 18, 0.966);
    background-color:rgb(234, 250, 6);
  }
  h3{
font-size: 2rem;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
color:navy;
text-align: center;
}
h4{
  text-decoration: none;
}
.container1{
  font-size: 20px;
  margin: 5px 5px 5px;
  padding: 5px;
  color:burlywood;
  text-align: center;
}
label1 {
  display: block;
    padding: 5px;
    background: rgb(241, 245, 4);
  border-radius: 10px;
    width:100%;
    box-shadow: 0px 0px 4px 4px rgb(98, 101, 240);
  }
  footer{
    background-color: black;
    font-size: 35px;
    font-family: 'Times New Roman', Times, serif;
    color: #f5f5f5;
  text-align: center;
   }
   a{text-decoration: none;
   }