.titulo {
    text-align: center;
}

header {
    padding: 5px;
    text-align: left;
    background: #e09137;
    color: white;
    font-size: 15px;
    }

body {
    font-family: Arial, sans-serif;
    text-align: center;
    margin: 10px;
    background-color: #d7d1f8;
}

h1 {
    font-family:'Trebuchet MS', 'Lucida Sans unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif ;
    color: #ff0000;
}

h2 {
    color: #000000;
}


button {
    padding: 10px 20px;
    margin: 5px;
    border: none;
    background-color: #4CAF50;
    color: white;
    cursor: pointer;
}

textarea {
    width: 500px;
    height: 100px;
    margin-bottom: 10px;
    resize: none;
}

#output {
    margin-top: 20px;
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-align: justify;
    color: rgb(1, 26, 252);
    border: 1px solid #ff0000;
    width: 750px;
    min-height: 50px;
    background: #f8dede;
    position: absolute;
    left: 250px;
    text-align: center;
}

button:hover {
    background-color: #45a049;
}

.container {
    display: flex;
    justify-content: center;
    gap: 20px;
    text-align: center;
}

.box {
    border: 1px solid #000;
    padding: 20px;
    width: 300px;
}

.card {
    border: 3px solid black;
    margin: 10px;
    background-color: #e9dfde;
    margin-left: 100px;
    margin-right: 100px;
}

.card .footer {
    background-color: #333;
    padding: 10px;
}