.titles {
    background-color: #FA6030;
    border-radius: 10px;
    padding: 5px 5px 10px 15px;
    color: white;
}
.sub-titles {
    background-color: #FA6030;
    border-radius: 10px;
    padding: 5px 5px 5px 5px;
    margin-bottom: 5px;
    font-weight: bold;
    color: white;
}