html {
	color-scheme: light dark;
}

body {
	width: 45%;
	font-family: Lucida Console, Arial, sans-serif;
}

footer {
	margin-left: 3%;
	font-size: 10pt;
	color: cornsilk;
}

.bodyHomePage {
	margin: 0 auto;
}

.homePage {
	margin: auto;
	margin-top: 25%;
	width: 100%;
	text-align: center;
	font-family: Lucida Console;
}

.soCalledPortfolio {
	margin-top: 5%;
	margin-left: 5%;
	width: 100%;
}

.linkSection {
	margin-top: 5%;
	margin-bottom: 12%;
	margin-left: 10%;
}

.linkSection h2 {
	margin-left: 2%;
}

.projLink {
	margin-left: 2%;
	font-size: 9pt;
}

.projDesc {
	margin-top: 3%;
	color: #69FB90;
}

.projDesc li, .projDesc p {
	color: #FE7070;
}

.infoTextHeader {
	color: #69FB90;
}

.formButton {
	text-align: center;
	font-size: 18px;
}

.infoText {
	color: #FE7070;
}