
#message {
	display: block;
	padding: 0.25rem;
	margin-bottom:0.65rem;
	width: 100%;
	height: 12.5rem;
	border: 1px solid #aaaaaa;
	box-sizing: border-box;
	resize: none;
	outline: none;
}

#submit {
	width: 8rem;
	height: 2rem;
	vertical-align: middle;
	font-family: "inter";
	font-size : 0.9rem;
	color: #333333;
	border: 1px solid #aaaaaa;
	border-radius: 3px;
	background-color: #f5f5f5 ;
	cursor: pointer;
}

#name,
#email {
	width: 50%;
	height: 2rem;
	padding: 0 0.25rem;
	line-height: 2rem;
	border: 1px solid #aaaaaa;
	border-radius: 3px;
	box-sizing: border-box;
	outline: none;
	margin-bottom: 0.65rem;
}

#message,
#name,
#email {
	font-family: 'dejavu sans mono';
	font-size : 0.9rem;
}

#form textarea::placeholder,
#form input::placeholder {
	opacity: 0.85;
}

@media screen and (max-width: 600px) {
	#name, #email {
		width: 100%;
	}
}
