@charset "utf-8";
header {
	color: purple;
	text-align: center;
}
h2 {
	text-align: left;
	color: rgba(180,100,200,100);
	font-family: 'Exo', sans-serif;
	font-size: 1.8em;
}
p {
	color: grey;
	font-family: 'Exo', sans-serif;
	font-size: 1.1em;
}
input {
	background-color: lightgrey;
	margin: 2px;
	color: purple;
	height: 1.6em;
}
button {
	background-color: lightgrey;
	text-decoration-color: purple;
	color: purple;
	font-size: 1em;
}