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

header h1 {
	top: 85px;
}
.wrapper{
	height: 900px;;
}

table{
	border-collapse: collapse;
	width: 100%;
}
table, th, td {
   border: 1px solid black;
}
