html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	border: 0;
	overflow: hidden; /*  Disable scrollbars */
	display: block;  /* No floating content on sides */
	background: linear-gradient(rgb(126, 126, 220), rgb(255, 255, 255));
	/*background-color: rgb(184, 194, 203);*/
}

p {
	font-family: verdana;
	font-size: 20px;
	color: rgb(190, 190, 220);
	margin-top: 6px;
	margin-bottom:0em;
}

a {
	font-family: verdana;
	font-size: 25px;
	line-height: 140%;
	color: rgb(42, 67, 89);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	/**/
}

.buffer{
	flex: 1;
	background-color: rgb(0, 0, 255);
}

.mainContainer{
	display: flex;
	align-items: center;
	padding: 20px;
	border-style: solid;
	border-color: rgb(24, 37, 48);
	border-radius: 30px;
	border-width: 0px;
	background-color: rgb(42, 67, 89);
	object-fit: contain;
}

.flexObject {
	display: flex;
	height: 95%;
	align-items: center;
}

.link_icon {
	margin-left: 7px;
	height: 25px;
	width: 25px;
	filter: opacity(50%) drop-shadow(0 0 0 rgb(80, 80, 155));
}

.blank_icon {
	margin-left: 7px;
	height: 25px;
	width: 25px;
	opacity: 0%;
}

#links {
	height: 100%;
	display: flex;
	flex-direction: column;
	text-align: left;
	padding-right: 80px;
	padding-left: 90px;
	object-fit: contain;
	/*background-color: rgb(0, 50, 0);*/
}

#linksinsert {
	text-align: right;
	margin: 5px;
	padding: 5px;
	padding-right: 15px;
	border-radius: 30px;
	background-color: rgb(190, 190, 220);
	height: 100%;
	object-fit: contain;
}

#logo {
	display: flex;
	flex-direction: column;
	max-width: 400px;
	align-items: center;
	/*background-color: rgb(255, 0, 0);*/
}

#logoimg {
	display: block;
	align-content: center;
	height: 100%;
	width: 100%;
	object-fit: contain;
}

#logotype {
	display: block;
	align-content: center;
	height: 60%;
	width: 60%;
	object-fit: contain;
}

#credits {
	font-family: verdana;
	font-size: 15px;
	text-align: center;
}