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

header h1 {
	top: 85px;
}
.wrapper{
	height: 1000px;;
}
input[type=text], input[type=email] {
    width: 30%;
	min-width: 150px;
}