body {
	background-color: #134a66;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	margin: 0px;
	padding: 0px;
	/* overflow: hidden; */
	width: 100%;
	height: 100vh;
}

h1 {
	font-weight: 800;
}
