
body {
    background: rgb(38,38,41);
background: linear-gradient(311deg, rgba(38,38,41,1) 0%, rgba(23,21,21,1) 35%, rgba(1,2,3,1) 100%);
position: relative;}

strong {
    font-weight: 90rem;
    color:rgba(211, 69, 69, 0.562) ;
}

#commu {
    width: 100%;
    height: auto;
    border-radius: 50rem;
    max-width: 1000px;
    margin: auto;
    display: block;
    z-index: 1;
    margin-bottom: 6vw;
    cursor: url('images/cursor.png')25 25, auto;
}

#num3:hover .O{
    display: block;
}
.content-container {
    display: block;
    align-items: center;
}

#CACHART {
    background-image: url(images/chart.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
    background-color: rgba(41, 62, 70, 0);
    width: 100%;
    display: block;;
}

#CACHA{
    margin-bottom: 15vw;
    margin-top: 10vw;
    
}



#CA a:hover {
    background-color: transparent;
    color: rgba(1, 255, 136, 0.548);
    display: block;
}

a {
    color: rgba(211, 69, 69, 0.762);
    cursor: url('images/cursor.png')25 25, auto;
    text-decoration: none;

}
.texte a:hover{
    color: rgb(20, 213, 220);
}

 



