.mainchat{
    height: 500px;
    width: 60%;
    margin: 0 auto;
    border: 20px solid #cd3e32;
    margin-bottom: 20px;
    margin-top: 20px;
    border-top-right-radius: 30%;
    border-bottom-left-radius: 30%;
    
}

.mainchat p{
    font-size: 16px;
    color: black;
}

.mainchat label{
    font-size: 20px;
    font-weight: bold;
    color: #007680;
}

/*
.mainchat a{
    background-color: #0a7680;
    color: aliceblue;
    padding: 5px;
    border-radius: 10px;
}
*/

.mainchat h3{
    text-align: center;
    color: #58312e;
}
.chatsender{
    float: left;
    padding-left: 5%;

}

.chatresever{
    float: right;
    padding-right: 5%;
    
}
.chatmessage{
    
    height: 80px;
    width: 62%;
    margin: 0 auto;
    border: 5px solid #007680;
/*    box-sizing: border-box;*/
}
.chatmessage input[type=text]{
/*    box-sizing: border-box;*/
    height: 80px;
    width: 80%;
    font-size: 30px;
}

.chatmessage input[type=submit]{
/*    box-sizing: border-box;*/
    height: 80px;
    width: 19%;
    font-size: 30px;
    font-weight: bold;
    background-color: #007680;
    border-radius: 20px;
    color: azure;
}