body{
    background-color:  #213555;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin: 0;
    color: white;
}

.chatwindow{
    margin: 30px;
    text-align: left;
    overflow: hidden;

}
.api{
    background-color: #4F709C;
    padding: 30px;
    border-radius: 14px;
    color: #F5EFE7;
}






form{
    background-color: #213555;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    width: 100%;
}
.options{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 20px;
}

/* Button GO AND SPEECH */
form button{
    margin-top: 10px;
    width: 10%;
    border: 0ch;
    height: 50px;
    font-weight: bolder;
    background-color: whitesmoke;
    color: #D8C4B6;
}
.buttonopot{
    display: flex;
    justify-content: center;
}
#go{
    margin-right: 1PX;
    border-radius: 20px 0PX 0PX 20PX;
}
#SPEECH{
    
    margin-left: 1PX;
    border-radius: 0px 20PX 20PX 0PX;
}
.speechh{
    display: flex;
    justify-content: center;
    margin-top: 10px;
    width: 10%;
    border: 0ch;
    height: 50px;
    background-color: #D8C4B6;
    border-radius: 0px 20PX 20PX 0PX;

}

/* Input SEARCH HERE */
form input{
    width: 100%;
    border: 0ch;
    height: 50px;
    background-color: #4F709C;
    border-radius: 20px;
    color: white;
    padding-left: 20px;
    font-size: medium;
    font-weight: bolder;
}
::placeholder{
    color: white;
    font-size: medium;
}




