#page2,
#page3,
#page4,
#page5,
#page6 {
	justify-content: start;
	align-items: center;
	display: flex;
	flex-direction: column;
	width: 100vw;
}

#page2,
#page3 {
	background: #f6f7f8;
}

#page4 {
	background: rgb(235, 241, 243);
}

#page5 {
	background-image: linear-gradient(135deg, rgba(37, 71, 85, 0.973) 0%, rgb(26, 46, 53) 50%, rgb(15, 32, 39) 100%);
	color: white;
}

#page6 {
	background: white;
}
