


body{
	background: #fff;
	margin: auto; /*centre element*/
	font-family: sans-serif;
	text-align: none;
}



header{
	margin: auto;
	width: 100%;
	height: 100vh;
   display: flex;
   align-items: center;
   justify-content: center;
	text-align: center;
}
header div{
   margin: 50px;
   height: auto;
   width: 600px;
   text-align: left;

}
header div h1{
	text-transform: uppercase;
   color: #51493d;
   font-weight: lighter;
}
header div p{
   font-family: sans-serif;
   font-style: normal;
   font-weight: 100;
	width: 100%;
	line-height: 25px;
	color: black;
	font-size: 0.8rem;
   padding-bottom:20px; 
   padding-top: 20px;
}

header div a{
   border-bottom:solid 1px;
	background: none;
	padding-bottom: 1px;
	color: black;
	font-size: 13px;
   text-align: left;
   text-decoration: none;
	text-transform: none;
	font-weight: lighter;
	transition:0.1s;
}
header div a:hover{
	color: gray;
}
