.header
{
		right: 0;
	left: 0;
	position: fixed;
  width: 100%;
  height: 200px;
  background-color : white;	
	top:0;
    font-family: 'Playfair Display';
  font-size: 35px;
  line-height: 30.7px;
  letter-spacing: 2.0px;
  text-align: center;

}

.header { grid-area: header; }
#logo
{

	height: 100%;
	width: auto;
	text-align: center;
	
}