.sendmes {
    /*border: 10px red solid;*/
    position: absolute;
    width: 40%;
    height: 70%;
    top: 15%;
    left: 10%;
    /*border: red solid 1px;*/
}

.words {
    font-family: Noto Sans;
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
    display: flex;
    align-items: center;
    letter-spacing: 0em;
    color: #0F1259;
}

.inputs {
    margin-top: 8px;
    height: 34px;
    font-size: 20px;
    border-radius: 8px;
    width: 100%;
    border: 1px solid #0F1259;


}

.messageInput {
    word-break: break-all;
    height: 80%;
}
textarea{
    resize:none
}
.submit {
    position: absolute;
    width: 30%;
    bottom: 0%;
    left: 15%;
    height: 8%;
    border-radius: 50px;
    opacity: 1;
    background: linear-gradient(180deg, #22249F 0%, #2932B6 100%);
    border-width: 3px 1px 0px 0px;
    border-style: solid;
    border-color: #8CC7F3;
    color: #FFFFFF;

}