* {
	box-sizing: border-box;
}

html {
	margin: 0;
}

body {
	display: block;
	margin: 0;
	font-family:
		system-ui,
		-apple-system,
		BlinkMacSystemFont,
		'Segoe UI',
		Roboto,
		Oxygen,
		Ubuntu,
		Cantarell,
		'Open Sans',
		'Helvetica Neue',
		sans-serif;
}

main {
	padding: 10px 10px 10px 120px;
	width: 100%;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.titleContainer {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	padding: 0 40px;
}

.viewSection {
	display: none;
	position: relative;
}

.viewSection.active {
	display: block;
}

.sectionTitle {
	color: #556877;
	font-size: 40px;
	text-shadow: #55687751 4px 10px 5px;
	font-family: "Playwrite IT Moderna", cursive;
	font-optical-sizing: auto;
	font-weight: 900;
	font-style: normal;
}

.viewSection section {
	margin-bottom: 60px;
}
