@import url('https://fonts.googleapis.com/css?family=Overpass+Mono&display=swap');

body {
	margin:0;
	padding: 0;
	background: yellow url(images/background.jpg) repeat center center;
	background-size: cover;
}


h1 {
	font-size: 7em;
	font-family: 'Overpass Mono', monospace;
	color: #000;
	position: relative;
	margin-top: 30px;
	margin-left: 30px;
	letter-spacing: 40px;
	max-width: 100%;
	overflow-wrap: break-word;
	margin: 0;
	padding: 0;
}

.logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	max-width: 100%;
}

.menu {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

.menu a {
	font-size: 3.4em;
	font-family: 'Overpass Mono', monospace;
	color: #000;
	position: relative;
	margin-top: 30px;
	margin-left: 30px;
	letter-spacing: 40px;
	max-width: 100%;
	overflow-wrap: break-word;
	margin: 0;
	padding: 0;
	display: block;
}

