#container {
	min-width: 800px;
	font-family: arial;
	position: absolute;
	color: white;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	line-height: 120%;
	font-family: 'Noto Sans' sans-serif;
}

.body {
	z-index: 0;
	position: relative;
	background-color: rgb(164, 120, 253);
	top: 305px;
	height: 100%;
	bottom: 95px;
	width: 100%;
}

a {
	color: white;
	text-decoration: none;
}

#header-img {
	object-fit: cover;
	height: 200px;
	margin: 0 auto;
}

.header {
	min-width: 800px;
	z-index: 5;
	background-color: #8964d3;
	top: 0px;
	width: 100%;
	height: 300px;
	position: fixed;
	border-bottom: 5px white solid;
}

.header-container {
	margin: 0 auto;
	width: 800px;
}

.footer {
	z-index: 5;
	text-align: center;
	position: relative;
	background-color: #8964d3;
	color: white;
	width: 100%;
	height: 50px;
	bottom: 0px;
}

#homepage-link {
	width: 250px;
	font-size: 35px;
}

.header-elem {
	text-align: center;
	white-space: nowrap;
	font-size: 25px;

	text-align: center;

	float: left;
	width: 100px;
	height: 40px;
	margin-left: 20px;
	position: relative;
	top: 20px;
	padding: 10px;
}

.logo-container {
	height: 600px;
	width: 100%;
}

.logo {
	margin-top: 50px;
	margin-bottom: 50px;
	object-fit: cover;
	display: block;
	width: 500px;
}

.hdr-img {
	width: 900px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

.demo-img {
	width: 800px;
	height: 500px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.img-elem {
	object-fit: cover;
	width: 250px;
	margin-top: 30px;
	margin-bottom: 30px;
}

#content-container {
	display: block;
	background-color: rgb(164, 120, 253);
	margin-left: auto;
	margin-right: auto;
	width: calc(100% - 20px);
	padding: 10px;
	line-height: 150%;
}

.appStoreLink {
	border-radius: 10px;
	border: solid white medium;
	text-align: center;
	font-size: 40px;
	width: 500px;
	padding: 30px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 70px;
}

.logo-elem {
	float: left;
	font-size: 60px;
}

#logo-img {
	margin-left: calc(50% - 260px);
}

#superscript {
	position: relative;
	top: 60px;
}

.copyright {
	text-align: center;
}

.anchor {
	display: block;
	position: relative;
	top: -105px;
}
