@font-face {
    font-family: 'retro';
    src: url('fonts/retro-gaming.ttf') format('truetype');
}

@media screen and (min-width: 1049px) {
    .brains-france-details {
        display: flex;
        width: 95%;
        color: white;
        padding: 1%;
        text-align: center;
    }

    .brains-france {
        background-color: rgba(0, 0, 0, 0.4);
        padding: 1%;
    }

    .brains-france p, .brains-france h3, .brains-france a {
        font-family: 'retro';
    }

    .brains-france a {
        color: #D04A4A;
    }

    .brains-france a:hover {
        transition: all .4s;
        color: #d04a4a7c;
    }

    .brains-france h3 {
        text-align: center;
        color: #D04A4A;
    }

    .brains-france img {
        width: 40%;
        border-radius: 50%;
        border: 3px solid #D04A4A;
    }

    .brains-france .creer-votre-brain {
        text-align: center;
        margin-top: 1%;
        color: white;
    }
}

@media screen and (max-width: 1049px) {
    .brains-france-details {
        display: flex;
        flex-direction: column;
        width: 95%;
        color: white;
        padding: 1%;
        text-align: center;
    }

    .brains-france {
        background-color: rgba(0, 0, 0, 0.4);
        padding: 1%;
    }

    .brains-france p, .brains-france h3, .brains-france a {
        font-family: 'retro';
    }

    .brains-france a {
        color: #D04A4A;
    }

    .brains-france a:hover {
        transition: all .4s;
        color: #d04a4a7c;
    }

    .brains-france h3 {
        text-align: center;
        color: #D04A4A;
    }

    .brains-france img {
        width: 40%;
        border-radius: 50%;
        border: 3px solid #D04A4A;
        margin-bottom: 5%;
    }

    .brains-france .creer-votre-brain {
        text-align: center;
        margin-top: 1%;
        color: white;
        margin-top: 5%;
    }
}