body {
background-color: #161616;
}
grad, .couleur {
    background: linear-gradient(90deg, rgba(223, 109, 0, 0.7) 0%, #B95D08 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
h2{
    background-color: #3B3B3B; 
    color: #ffffff;            
    border: 2px solid #ffffff;
    padding: 8px 12px;
    border-radius: 10px;
    font-weight: 175;
}
h3{
    font-weight: 100;
    color: #ffffff;
}
img{
    border : solid #DF6D00;
    height : 145px;
    width : 145px;
    border-radius: 100px;
}
