html{
	font-family: Garamond,Baskerville,Baskerville Old Face,Hoefler Text,Times New Roman,serif; 
}
:root{
	--marron:#b6832f;
}

.w{
	width: 90%;
	margin:auto;
}
.mt100{
	margin-top:100px;
}
.h1{
	color:var(--marron);
}
.txtcenter{
	text-align:center;
}
@media screen and (min-width: 1280px){
	
	.w{
		width: 80%;
		margin:auto;
	}
}