body{
	margin:0px;
	background-color: beige ;
	font-family: "Sofia", sans-serif;
	font-size: ;
}

#header-wrap, #footer-wrap{
background-color: burlywood;


}
#header {
	margin: auto;
	width: 1033px;
	color:black;
	height: 80px;
}
#footer {
	margin: auto;
	color: black;
	width: fit-content;
	
}
#content-wrap {
	margin: auto;
	width: 1033px;
}
#content {
	height: fit-content; //fixas när innehållet är fyllt
}
#menu{
	height: 30px;
}