body{
	font-family: -apple-system;
	background-color: #0E0D13;
	font-family: "Pixelify Sans", serif;
	overflow-x: hidden;
}

main{
	display: flex;
	flex-direction: column;
	width: 100%;
	justify-content: center;
	overflow-y: scroll;
}

.content{
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

@media (max-aspect-ratio: 1.7) {
	.content{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100vh;
	}
}

@media (max-aspect-ratio: 1.6) {
	.content{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 95vh;
	}
}

@media (max-aspect-ratio: 1.5) {
	.content{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 90vh;
	}
}

@media (max-aspect-ratio: 1.4) {
	.content{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 85vh;
	}
}

@media (max-aspect-ratio: 1.3) {
	.content{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 80vh;
	}
}

@media (max-aspect-ratio: 1.1) {
	.content{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 75vh;
	}
}

@media (max-aspect-ratio: 0.9) {
	.content{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 65vh;
	}
}

@media (max-aspect-ratio: 0.7) {
	.content{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 50vh;
	}
}

@media (max-aspect-ratio: 9/16) {
	.content{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 40vh;
	}
}

#Info{
	background-image: url("./imgs/BackgroundInfo.svg");
	background-size: cover;
	background-color: #0E0D13;
}

#knowledge{
	background-image: url("./imgs/BackgroundUbi.svg");
	background-size: cover;
	background-color: #0E0D13;
}

footer{
	height: 15vh;
	background-color: #0E0D13;
	display: flex;
	color:white;
	justify-content: center;
	align-content: center;
	border-top: solid 3px black;
	min-height: 130px;
}

footer div{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

footer a{
	color:white;
	text-decoration: underline antiquewhite;
	margin: auto;
}

footer div #OtherInformation{
	display: block;
	width: auto;
	height: auto;
}