
body{
	background-color:#34332f;	
}

.banner {
  display: grid;
  place-items: center;
  height: 80vh;
}

@font-face {
  font-family: 'BrothersCircus';
  src: url('font/BrothersCircus-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


.banner h1 {
  font-family: 'BrothersCircus', serif;
  color: #f0ebe2;
  font-size: 60pt;
  letter-spacing: 6px;
  text-align:center;
}