
html, body {
	margin:0;
	padding:0;
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
}

.site {
	display: flex;
    justify-content: center;
    align-items: center;
	height:100vh;
}
