@import url('./fonts.css');

html {
	background-color: #0F0F0F;
}

body {
	background: center / cover no-repeat url('../images/background.png');
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100vw;
	margin: 0;
	padding: 0;
	display: grid;
	place-items: center;
	align-items: center;
	cursor: default;
}

p {
	margin: 0;
	padding: 0;
	font-size: 20vw;
	color: white;
	text-align: center;
	/*font-family: Lato;*/
	font-family: Helvetica;
}

#logo {
	margin: 0;
	padding: 0;
	width: 80vw;
	height: auto;
	margin-top: -10vh;
}

@media only screen and (min-width: 700px) {
	#logo {
		margin: 0;
		width: 60vw;
	}
}
