body {
	margin: 0px;
	display: flex;
	flex-direction: column;
	width: 100vw;
	height: 100vh;
	min-height: 675px;
	background-color: #000000;
}
p {
	left: 0px;                
	font-size: 16px;
	font-family: 'DM Sans', sans-serif;
	font-weight: 400;
	letter-spacing: 0px;
	vertical-align: top;
	color: #727586;
	align-items: center;
	text-align: center;
	margin: 0px;
}
a:hover {
	cursor: pointer;
	color: #673DE6;
	text-decoration: underline;
}
h1 {
	font-family: 'DM Sans', sans-serif;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0px;
	align-items: center;
	text-align: center;
	vertical-align: middle;
	color: #727586;
	margin: 8px;
}
h2 {
	font-family: 'DM Sans', sans-serif;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0px;
	align-items: center;
	text-align: center;
	vertical-align: middle;
	color: #727586;
	margin: 8px;
}
th {
	font-family: 'DM Sans', sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0px;
	align-items: center;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	background-color: #000000;
	margin: 8px;
}
td {
	font-family: 'DM Sans', sans-serif;
	font-size: 16px;
	font-weight: 100;
	letter-spacing: 0px;
	align-items: center;
	text-align: center;
	vertical-align: middle;
	color: #727586;
	background-color: #000000;
	margin: 8px;
}
.content {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}
.ic-launch  {
	margin-left: 10.5px;
	width: 21px !important;
	height: 20px !important;
}
.link-container {
	margin-top: 32px;
	margin-bottom: 32px;
}
.link {
	display: flex;
	flex-direction: row;
	font-family: 'DM Sans', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	color: #673DE6;
	margin-top: 8px;
	text-decoration: none;
}
.main-image {
	width: 100%;
	max-width: 650px;
	max-height: 406px;
	height: auto;
}
.navigation {
	width: 100%;
	height: 72px;
	display: flex;
	margin: 0;
	padding: 0;
	flex-direction: row;
	background-color: #36344D;
}