@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;600&display=swap');

html, body {
	background: rgb(34,41,44);
	color: #f5f5f5;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 10vw;
}