.title-red{
    background-color: #e74c3c;
    color: white;
    padding: 10px 20px;
    text-align: center;
    
    display: block;
    width: fit-content;
    margin: 20px auto;
    border-radius: 5px;
}

.text-green{
    background-color: #2ecc71;
    color: white;
    padding: 10px 20px;
    display: inline-block; /* shrink background to text */
    border-radius: 5px;
    margin-left: 0; /* align left */
}
