body {
	font-family: Verdana;
	font-size: 15px;
	line-height: 30px;
	margin: 0;
}

/* html {

} */

#main-container {
	position: relative;
	z-index: 2;
	/* scroll-snap-type: y mandatory; */
	height: 100vh;
	width: 100vw;
	overflow-x: hidden;
	overflow-y: scroll;
}

.block {
	/* scroll-snap-align: start; */
	height: 100vh;
	width: 100vw;
	padding-top: 102px;
	box-sizing: border-box;
}
