#inpt{
	
	background: White;
	border: 6px solid #302F2B;
	box-sizing: border-box;
	font-weight: bold;
	font-family: Playfair;
	font-size: 20px;
	outline: none;
}

#chattext{
	background: Black;
	box-sizing: border-box;
	border: none;
	color: Black;
	outline: none;
}

#butt{

	background: White;
}