.responsive-form {
    max-width: 500px;
    margin: auto;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: var(--primary-color);
}

.responsive-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
}

.responsive-form textarea {
    width: 50%;
    padding: 7px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}       
h3#Titulo{
    color: white;
    justify-content: center;
    align-items: center;
    margin: 0; /* Elimina márgenes por defecto del h1 */
    color: white;
    height: 50px;
    text-align: center;
    font-family: lucida;
    font-size: 2em;
}
h2{
    color: white;
    height: 50px;
    font-size: 1.2em;
    text-align: center;
    align-content: center;
    margin: 0;
    padding: 0 10px;
    display: flex; 
}