.div1{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.div2{
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.boton{
    display: flex;
    gap: 10px;
}

.textarea1{
    width: 500px;
    height: 200px;
}

.textarea2{
    width: 500px;
    height: 200px;
    font-family: 'Lora', serif;;
    font-size: 30px;
    color: #ECF0F1;
    background-color: #29974a;
}