body {
	background-color: #3A2832;
	background-image: url("bbg.png");
	color: #595657;
	margin-top: 4%;
	font-size: 1.2em;
	font-family: "Kalam";
}

.container {
	padding: 2px 10px 15px 10px;
	border-radius: 25px;
	background-color: #FFF3F7;
	margin: auto;
	text-align: center;
	width: 36vw;
	filter: drop-shadow(3px 3px 5px #1C1318);
}

.top {
	height: 3em;
	border-bottom: solid 3px #D2BDC4;
}

h1 {
	padding-top: 4px;
	margin-bottom: 9px;
	font-size: 2em;
}

h1::selection {
	background-color: #00FFFF66;
}

.main {
	background-image: url("bg.png");
	height: 50vh;
	width: 100%;
	line-height: 21.7px;
}

nav {
	margin-top: -2px;
	height: 22px;
}

a {
	color: inherit;
	text-decoration: underline 2px;
}

a:hover {
	color: #6A4DE3;
}

.out:hover {
	color: #C53E4F;
}

nav::selection {
	background-color: #00FFFF66;
}

a::selection {
	background-color: #00FFFF66;
}

.sep {
	height: 12px;
}

.sep::selection {
	background-color: #00FFFF66;
}

#text {
	padding-top: calc(5px + 22px);
	padding-bottom: calc((22px * 6) - 2px);
}

.about {
	text-align: left;
	margin-left: 7%;
	margin-right: 7%;
}

p {
	margin: 0 auto 0 auto;
}

p::selection {
	background-color: #00FFFF66;
}

----

@media (max-width: 992px) {
	.container {
		font-size: 0.4em;
		width: 80%;
		height: 80%;
	}
}

@media (max-width: 992px) {
	body {
		height: 94vh;
	}

	.container {
		width: 80%;
	}

	.main {
		height: 100%;
	}
}
