html {
	-webkit-font-smoothing: antialiased;
	letter-spacing: 0.01em;
}

.hero {
	height:100vh;
	background-image: url('../img/hero.jpg'); 
	background-position: center;
	background-size: cover; 
}

