.mr-3 {
    color: orange; 
    margin-left: 30px   
}
p {
    color:#2C2C2B
}
.font-bold {
    font-weight: bold
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.rounded {
    border-radius: 50%;
}
ul, li {
    margin-bottom: 10px;
}
.text-center {
    text-align: center;
}