.texto-con-fondo {
    background-color: rgba(0, 0, 0, 0.5);
    /* Color de fondo con transparencia */
    color: white;
    /* Color del texto */
    padding: 100px;
    /* Espacio interno alrededor del texto */
    text-align: justify;
    /* Agregar sombra al texto */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.btn btn-primary {
    text-align: center;
    align-items: center;
}