@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,900&display=swap');

body {
	background-color: #000;
	background-image: url('//dy5vgx5yyjho5.cloudfront.net/v1/siteresources/12991/v1/img/bg.jpg');
	background-attachment: fixed;
	background-size: cover;
	
	height: 100%;
	padding-bottom: 0;
	
	color: #FFFFFF;
}

body a {
	color: #FFFFFF;
}

body a:hover {
	color: #F4941C;
}


h3 {
	font-family: 'Roboto ', sans-serif;
	font-weight: 900;
	
	font-size: 19px;
	line-height: 22px;
}
