.send{
	background-color:rgba(240, 167, 134,0.5);
    box-shadow:inset 1px 1px 20px rgba(240, 167, 134,1);
}

.send:hover{
	background-color:rgba(240, 167, 134,0.9);
}

body{
	background-color:rgba(214, 20, 20, 0.15) !important;
}

.message{
	color:red;
}