*{
  margin:0;
  padding: 0; 
  box-sizing: border-box;
}
body{
  background: url(ok.jpg)no-repeat fixed center/cover;
  background-size: cover;
}
body {
  margin: 0;
  padding: 10px;
}
.container1{
     background-color: rgb(150,100,250);
     border:solid 4px fuchsia;
     border-radius: 45px;
  }
  .label1{
    justify-content: space-evenly;
    align-items: center;
    height: 65px;
    font-family: 'Raleway',sans-serif;
    box-shadow: 5px 16px 20px rgb(100,100,222);
}
.liens{
    display: inline-flex;
    color: #fff;
    text-align: center;
  }
  .liens .lien{
    list-style: none;
}
.liens .lien a:hover{
    background: rgb(100,100,26);
    border-radius: 2rem;
    text-align: center;
  }
  .liens .lien a{
    color:#f5f5f5;
    text-decoration: none;
    padding: 15px 30px;
    font-size: 15px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1.7rem;
    text-align: center;
}
h1{
	text-align: center;
	color: rgb(250, 246, 6);
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	font-size:4rem;
  text-align: center;
}

  p{
    background-color: rgb(206, 248, 248);
  	font-size: 50px;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
   text-align: justify;
  }
  Pl{
    font-size: 50px;
    float:left;
    color:burlywood;
  } 
 Pc{
  font-size: 50px;
    float: right;
    color:rgb(14, 10, 243);
    text-decoration: underline rgb(243, 247, 2);
  }
  a{text-decoration: none;
  }
 footer{
  background-color: black;
  font-size: 35px;
  font-family: 'Times New Roman', Times, serif;
  color: #f5f5f5;
text-align: center;
 }
 h2{
  font-size: 120px;
  color:rgb(256,256,10);
  text-shadow: 0px 10px 5px black;
  }
 .logo{
  height: 270px;
  width: 260PX;
  border-radius: 1rem;
  border: solid 1px rgb(4, 224, 52);
  border-style: var(#f5f5f5 yellow);
  border-width: 8px;
}
