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

html, body {
	height: 100vh;
	width: 100vw;
	margin: 0;
	position: absolute;
	display: flex;
	flex-direction: column;
	font-family: 'Quicksand', sans-serif;
	color: #ffffff;
	background: linear-gradient(-45deg,rgba(0, 0, 0, 1) 0%, hsl(47, 32%, 20%) 100%);
	overflow: hidden;
}

.container {
	z-index: 1;
	margin: auto;
}

p {
	text-align: center;
}

.bg-logo {
	height: 100vh;
	width: 100vw;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.125;
	transform: rotate(22.5deg);
}
