.yellow{
    color:#f9ea19;
}

.rounded{
    border-radius: 200px;
    background-color: #000;;
    color: white;
}
.rounded a{
    color: #fff;
}

.rounded:hover{
    border-color: #000;
    color: #000;
}

.bigTitle{
    text-align:center; 
    font-size:50px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}
.color{
    background-color:  black;
}

.space{
    margin-bottom: 20px;
}
.features .container ul li .roundBtn{ 
    border-radius: 30px;
}
.bold{
font-weight: 900;
}
.soumissionBtn{
    background-color:#000;
    color:white;
    margin-top: 20px;
    padding: 15px;
}