body {
	background-attachment: fixed;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #fefff1;
	overflow-x: hidden;
}

#main-wrapper{
	font-family: 'montserrat';
	background:#442128;
	height: 100%;
}

#background {
	position: absolute;
	width: 100%;
	height: 100svh;
	left: 0;
	top: 0;
	background: #442128;
	z-index: -1;
	mask-image: url("../data/2ekeizerlustrum/kolom.png");
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-position: center;
}