*{
    font-family: 'Oswald', sans-serif;
}

.container{
    display:flex;
    justify-content:space-around;
    align-items:center;
}
.container-compteur{
    max-width:350px;
    width:100%;
}



.compteur,.donation{
    max-width:350px;
    background: #427a19;
background: linear-gradient(50deg, #427a19 0%, #8afe3b 100%);
    display:flex;
    flex-direction : row;
    flex-wrap:nowrap;
    justify-content:space-around;
    align-items:center;
    border-radius:3px;
}

.container-last-inscrit{
    background: #427a19;
    background: linear-gradient(50deg, #427a19 0%, #8afe3b 100%);
    border-radius:3px;
}

.euro_sign{
    margin:0 15px;
    color:white;
    font-size:40px;
}

.container-last-inscrit p{
    color:white;
    font-size:40px;
    text-align:center;
}

.logo{
    width:50px;
    height:auto;
}

.upper_text{
    text-align:left;
    font-size:25px;
}

.bottom_text{
    text-align:right;
    font-size:25px;  
}

.upper_text p, .bottom_text p{
    margin : 0;
}
.number_display{
    border-radius:3px;
    width:35px;
    height:60px;
    margin:10px 0;
    background-color:white;
    line-height:60px;
    text-align:center !important;
    font-size:40px !important;;
    color:#427a19;

}

