@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body{
	background: #343440 !important;
	font-family: 'Roboto', sans-serif;
	color: white
}
h1, h2, h3{
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;	
}
.green, a{
	color: #85bd04 !important
}


.logo{
	color: #85bd04;
	font-size: 50pt
}
.logo img{
	margin: 50px auto 30px auto;
	display: block;
}
.logo h1{
	text-align: center;
	font-size: 50px;
	letter-spacing: -3px
}
.contact{margin: 20px 0px}
.contact a:hover{color: white; text-decoration: none}