@font-face {
	font-family: Montserrat;
	src: url(assets/Montserrat.ttf);
}

body {
	margin: 0;
	overflow: hidden;
}

.background {
	width: 100vw;
	height: 100vh;
	position: absolute;
}

.center-text {
	width: 100vw;
	height: 100vh;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-family: Montserrat;
	font-weight: bold;
	font-size: 150px;
}