
body {
	background-color: black;
}

.costr {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}

.costr p {
	color: white;
	font-family: 'CommitMonoV143', sans-serif;
}

.site-header {
    display: none;
}