/* Bring in the Default CSS for the website */
@import url('main.css');

header h1 {
	top: 2.361111111111111em;
}
form{
	font-size:1.6em;
}
input{
	margin-right: 1em;
}
input[type=text], input[type=email] {
    width: 30%;
	min-width: 15em;
}
