/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;500;700&display=swap');

* {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	color: white;
}

html {
	font-family: 'Work Sans', sans-serif;
}

body {
	background: url("../img/bg02.jpg") no-repeat center center fixed;
	background-size: cover;
}

#splash h1 {
	font-size: 6em;
}
#splash h2 {
	font-weight: 300;
}
