body {
	font-family: 'Poppins', sans-serif;
	line-height: 1.6;
	color: rgb(19, 55, 51);
	margin: 0;
	padding: 0;
	background-color: #f5f5f5;
}
#mobile-menu-toggle,
.mobile-menu {
	display: none;
}
.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 2vw 4vw;
}
h1 {
	font-family: 'FinalSix', sans-serif;
	font-size: 8.5vw;
	font-weight: bold;
	color: rgb(19, 55, 51);
	margin-bottom: 2vw;
}
h2 {
	font-family: 'Branding', sans-serif;
	font-weight: 900;
	font-style: italic;
	font-size: 3vw;
	color: rgb(146, 221, 58);
	/*margin-top: 4vw;*/
	margin-bottom: 1vw;
}
.section {
	background-color: white;
	padding: 2vw;
	margin-bottom: 2vw;
	border-radius: 10px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.subsection {
	margin-bottom: 1.5vw;
}
.subsection-title {
	font-weight: bold;
	color: rgb(255, 124, 30);
	margin-bottom: 0.5vw;
}
ul {
	list-style-type: none;
	padding-left: 3vw;
}
li {
	margin-bottom: 0.5vw;
}
a {
	color: rgb(146, 221, 58);
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
