main{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
    height: calc(100vh);
    color: black;
    padding:10px;
}
#inputField {
    width: 50vw;
    height:calc(50vw * 100 / 200);
    resize: none;
}
.button{
    background-color: orange;
    border: none;
    border-radius:5px;
    width: 5rem;
    height: 2rem;
    cursor:pointer;
}

.control{
    display: flex;
    gap:.45rem;
    flex-wrap:wrap;
    padding: .25rem;
}

.speech{
    display: flex;
    justify-content:center;
    align-items: center;
    flex-direction: column;
    flex-wrap:wrap;
}