body {
    font-family: Arial, sans-serif;
    background-color: #ccbe00;
    color: #000000;
}

p {
    font-size: 16px;
    line-height: 1.5;
}


h1 {
    color: rgb(100, 0, 0);
    text-align: center;
    font-size: 100px;
}

h2 {
    color: rgb(140, 0, 0);
    text-align: center;
    font-size: 75px;
}

h3 {
    color: rgb(243, 77, 0);
   
    font-size: 32px; 
    text-decoration : none; }
h4 {
    color: rgb(0, 0, 0);
    text-align: center;
}

h5 {
    color: rgb(255, 0, 0);
    text-align: center;

    font-size: 16px;
    line-height: 1.5;
}

h6 {
    color: rgb(18, 0, 117);
    text-align: center;
    
  font-size: 16px ;
}

.section {  
    border: 5px solid #000000;
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
    background-color: #f7ff8b;
    color: rgb(140, 0, 0);
    font-size: 75px;
    text-decoration: none;
    }
a { 
    text-decoration: none;
    color: rgb(140, 0, 0);
}

.liens {
    color: rgb(18, 0, 117);
    text-align: center;
    font-size: 16px ;

}






.textemulticolore {
    background-image: linear-gradient(to left, violet, indigo, blue, green, red);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    text-align: center;
    font-size: 32px ;

  }





.ali {
    
align-item: center;
    
}