@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");

html {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}

body {
	background-color: #121212;
	font-family: "Montserrat", sans-serif;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #fff;
}

h1 {
	font-size: 4rem;
	font-weight: 500;
}

span {
	font-size: 1.5rem;
	font-weight: 400;
	margin-top: -1rem;
}
