
.parallax {
	height: 100vh;
	overflow-x: hidden;
	overflow-y: auto;
	perspective: 1px;
}

.title {
	margin: auto;
	width: auto;
	color: rgb(255, 255, 255);
	height: 300vh;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 70px;
	font-weight: bold;
	line-height: 100vh;
	
}

.layer {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.layerb {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 110vh;
	border-radius: 100%;
}


.one {
	background-color: rgba(0, 4, 255, 0.1);
	transform: translateZ(-0.1px);
}

.two {
	background-color: rgba(0, 4, 255, 0.1);
	transform: translateZ(-0.2px);
}

.three {
	background-color: rgba(0, 4, 255, 0.1);
	transform: translateZ(-0.3px);
}

.four {
	background-color: rgba(0, 4, 255, 0.1);
	transform: translateZ(-0.4px);
}

.five {
	background-color: rgba(0, 4, 255, 0.1);
	transform: translateZ(-0.5px);
}

.six {
	background-color: rgba(0, 4, 255, 0.1);
	transform: translateZ(-0.6px);
}

.seven {
	background-color: rgba(0, 4, 255, 0.1);
	transform: translateZ(-0.7px);
}

.eight {
	background-color: rgba(0, 4, 255, 0.1);
	transform: translateZ(-0.8px);
}

.nine {
	background-color: rgba(0, 4, 255, 0.1);
	transform: translateZ(-0.9px);
}

.ten {
	background-color: rgba(0, 4, 255, 0.1);
	transform: translateZ(-1px);
}

.eleven {
	background-color: rgba(0, 4, 255, 0.1);
	transform: translateZ(-1.1px);
}
.twelve {
	background-color: rgba(0, 4, 255, 0.1);
	transform: translateZ(-1.2px);
}
.thirteen {
	background-color: rgba(0, 4, 255, 0.1);
	transform: translateZ(-1.3px);
}
.fourteen {
	background-color: rgba(0, 4, 255, 0.1);
	transform: translateZ(-1.4px);
}
.fifteen {
	background-color: rgba(0, 4, 255, 0.1);
	transform: translateZ(-1.5px);
}

.sixteen {
	background-color: rgba(0, 4, 255, 0.1);
	transform: translateZ(-1.6px);
}


