code
{
	border: none;
	color: black;
}

h3
{
 	/* text-decoration: underline;	
	line-height: 50px; */
}

input[type="text"], textarea {
    color: #494949;
		background-color: #E1E1E1;
}

.form-control {
    padding: .375rem .5rem;
}

.form-control-plaintext {
    text-align: center;
	  vertical-align: middle;
}