@import url('https://fonts.googleapis.com/css2?family=BhuTuka+Expanded+One&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Playfair+Display:wght@700&display=swap');
@import url("https://fonts.cdnfonts.com/css/helvetica-neue-5");

body {
    width: 100%;
    background-color: #2D2D2D;
}

main {
    padding:20px;
}

.titre {
        color: #FFF;

        text-align: center;
        /* Titre 2 */
        font-family: BhuTuka Expanded One;
        font-size: 35px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        /* 49px */     
}

.texte {
    width: 352px;
    height: 340px;
    flex-shrink: 0;
    color: #FFF;
    
    /* Texte */
    font-family: Helvetica;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */
    
}

.image {
    width: 353px;
    height: 219px;
    flex-shrink: 0;
    border-radius: 2px;
    margin-top: 10px;
}