h1 {
	text-align: center;
	color: whitesmoke;
}

h2 {
	text-align: center;
	color: whitesmoke;
}

h2.left-text {
	text-align: left;
	font-size: 30px;
	text-decoration: underline;
}

h3 {
	text-align: center;
	color: whitesmoke;
}

h3.left-text {
	text-align: left;
	font-size: 28px;
	text-decoration: underline;
}

h3.report-text {
	text-align: left;
	font-size: 22px;
	text-decoration: none;
}

h3.report-text-lower {
	text-align: left;
	margin-top: 36px;
	font-size: 22px;
	text-decoration: none;
}

h4 {
	color: whitesmoke;
}

h4.img-desc-text {
	text-align: center;
	font-size: 20px;
	color: whitesmoke;
}

ul.team-member-list {
	text-align: center;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li {
	text-align: center;
	color: whitesmoke;
}

.container {
	margin-left: auto;
	margin-right: auto;
	width: fit-content;
	max-width: 1295px;
}

.img-container {
	text-align: center;
}

body {
	background: transparent;
	background-color: darkslategray;
}

.homepage-btn {
	border: none;
	border-radius: 20px;
	width: 400px;
	height: 280px;
	background-image: linear-gradient(to right, #25aae1, #40e495);
	color: whitesmoke;
	text-align: center;
	line-height: 280px;
	text-decoration: none;
	font-size: 28px;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 20px;
	cursor: pointer;
	outline: none;
}

.homepage-btn.right-btn {
	margin-left: 40px;
}

.reportpage-btn {
	border: none;
	border-radius: 20px;
	width: 400px;
	height: 200px;
	background-image: linear-gradient(to right, #f23b3b, #f0bb28);
	color: whitesmoke;
	text-align: center;
	line-height: 200px;
	text-decoration: none;
	font-size: 28px;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 20px;
	cursor: pointer;
	outline: none;
}

.reportpage-btn.right-btn {
	margin-left: 40px;
}

.report-content {
	background: rgba(204, 204, 204, 0.5);
	width: 1280px;
	padding: 20px;
	font-family: calibri;
	font-size: 20px;
	line-height: 30px;
}

.report-content-green-upper {
	background: rgba(204, 204, 204, 0.5);
	width: 1280px;
	padding-bottom: 5px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: calibri;
	font-size: 20px;
	line-height: 30px;
}

.report-content-pink-internal {
	background: rgba(244, 194, 194, 0.5);
	width: 1280px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: calibri;
	font-size: 20px;
	line-height: 30px;
}

.report-content-green-internal {
	background: rgba(204, 204, 204, 0.5);
	width: 1280px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: calibri;
	font-size: 20px;
	line-height: 30px;
}

.report-content-pink-lower {
	background: rgba(244, 194, 194, 0.5);
	width: 1280px;
	padding-bottom: 20px;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: calibri;
	font-size: 20px;
	line-height: 30px;
}

img.homepage-img {
	max-width: 900px;
	margin-left: auto 0;
	margin-right: auto 0;
	margin-top: 30px;
	background: none;
}

img.reportpage-img {
	width: 635px;
	height: 635px;
	margin-left: auto 0;
	margin-right: auto 0;
	margin-top: 10px;
	background: none;
}

img.reportpage-img-long {
	height: 400px;
	margin: auto 0;
	margin-top: 10px;
	background: none;
}

img.homepage-home-btn {
	max-width: 40px;
	position: absolute;
	top: 20px;
	left: 15px;
}

img.homepage-github-btn {
	max-width: 40px;
	position: absolute;
	top: 18px;
	left: 70px;
}

.homepage-video {
	max-width: 900px;
	margin-left: auto 0;
	margin-right: auto 0;
	margin-top: 30px;
}
