body {
	background-color: #050e1f;
	color: #fff;
	margin: 0;

}

h1,h2,h3,h4,h5,h6, p {
	font-family: 'Circular','Helvetica Neue',Helvetica,sans-serif;
}

.container {
	display: flex;
	justify-content: center; /* Horizontal center */
	align-items: center;    /* Vertical center */
	height: 100vh;          /* Full viewport height */
}

.centered-div {
	width: 500px;
	height: 100px;
	text-align: center;
}

.site-header__logo {
  width: 157px;
  padding-left:150px;
  align-items: center;
}

.pd-l-175 {
 padding-left:175px;
}
