body{   
   background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTZxTe3FyPss5urf4AjK1wkT60q4BnSlOOkqg&s);
}

#container{
    position: absolute;
    width: 500px;
    height: 300px;
    background-color: rgb(126, 6, 86);
    color: white;
    text-align: center;
    padding-top: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 15px;
}

textarea{
    font-size: large;
}

#textTospeech{
    width: 350px;
    height: 150px;
   
}

button{
    margin-top: 15px;
    width: 80px;
    height: 25px;
    background-color: rgb(37, 225, 231);
    border: none;
    border-radius: 5px;
}
