::selection {
  color: #830487;
  background: #c5ed6f;
}

@font-face {
    font-family: Elegant Typewriter;
    src: url(https://files.catbox.moe/7xnlsp.ttf);
}
@font-face {
    font-family: Elegant Typewriter;
    src: url(https://files.catbox.moe/7r8hse.ttf);
    font-weight: bold;
}

@font-face {
    font-family: Black Chancery;
    src: url(https://files.catbox.moe/43agun.TTF);
}


body {
	font-family: Elegant Typewriter, Lucida Sans Typewriter, Courier New, monospaced;
	background-image: url(https://files.catbox.moe/ayj2e7.jpg);
	  font-size: 0.89em;
}

a {
	color: #862e93;
}

a:hover {
	letter-spacing: 0.1em;
	transition-duration: 0.2s;
	color: #5e7135;
}

p {
  margin: 15px 0;
}

ul {
	margin-left: -12px;
}

li.fav {
	list-style-image: url(https://files.catbox.moe/ufkkjq.gif);
}

h1 {
	font-family: Black Chancery;
	text-align: center;
	margin: 15px 75px 0;
	font-size: 2.6em;
	color: #F7F3E3;
	background-image: url(https://files.catbox.moe/tcx5sx.png);
	background-size: 12%;
	padding: 7px 20px;
	border-radius: 15px;
	display: inline-block;
	filter: drop-shadow(1px 2px 2px black);
	text-shadow: 2px 2px 2px black;
}


h4 {
  font-size: 1.05em;
  padding: 4px 12px;
  margin-bottom: -5px;
  margin-left: -13px;
  margin-top: 35px;
  background-color: #4a1055;
  background-image: url(https://files.catbox.moe/upqjyc.gif);
  color: black;
  width: 88%;
  border-radius: 0px 10px 10px 0px;
  filter: drop-shadow(1px 2px 2px black);
}

h5 {
	font-weight: bold;
	text-decoration: underline;
	font-size: 0.92em;
	margin-bottom: 7px;
}

#inner-layout {
  margin-right:auto;
  margin-left:auto;
  width: 73%;
}

header {
  width: 100%;
  aspect-ratio: 850 / 235;
  background-color: purple;
  background-image: url(assets/banner.png);
	background-size: contain;
	background-repeat: no-repeat;
	border-radius: 30px 30px 0px 0px;
	border-width: 3px 3px 0px;
  border-radius: 40px 40px 0px 0px;
  border-style: solid;
  border-bottom-width: 0px;
  filter: drop-shadow(0px 1px 3px black);
  position: relative;
}

header h2 {
	position: absolute;
	left: 17%;
	font-size: 42px;
	color: #b6f68c;
	letter-spacing: 1.5px;
	text-shadow: 2px 2px 3px black;
	font-family: Black Chancery;
	text-align: center;
}

header h2:hover {
	transform: scale(1.15);
	transition-duration: 0.25s;
}

.under-header {
  width: 100%;
  background-image: url(https://files.catbox.moe/d6am4o.avif), linear-gradient(#5e7135, #55662f);
  background-blend-mode: multiply, normal;
  background-size: 57%, auto;
  min-height: 500px;
  margin-top: 0px;
  padding-bottom: 10px;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  position: relative;
}

.bar {
  height: 35px;
  width: 95%;
  background-color: white;
	background-image: url(https://files.catbox.moe/upqjyc.gif);
  margin: -5px auto 0px;
  padding-left: 20px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-around;
  border-radius: 20px 0px 0px 20px;
  color: #4a1055;
  filter: drop-shadow(1px 2px 2px black);
}

.bar span {
	font-size: 1em;
	margin: auto 10px;
}

.main-content {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  margin: auto;
  justify-content: space-between;
  width: 95%;
  margin: auto;
}

.left {
  width: 23%;
  position: relative;
}

.navigation {
	background-color: #862e93;
	background-image: linear-gradient(#862e93, #6a2075);
	border-radius: 15px;
	position: relative;
	top: 40px;
	margin-bottom: 70px;
	box-shadow: 1px 2px 2px black;
	
}

#navbar { /* iframe */
	border: none;
	overflow: hidden;
	width: 100%;
	height: 645px;
}

.side-block {
	margin: 15px 10px;
	background-color: #F7F3E3;
	background-image: linear-gradient(#F7F3E3, #e6e2d3);
	padding: 12px;
	text-align: center;
	box-shadow: 1px 2px 2px black;
	position: relative;
}

.webcharm {
	position: absolute;
	bottom: 10px;
	width: 74%;
	bottom: 10px;
	margin: auto;
	margin-left: 17%;
}

main {
	width: 75%;
}

.frame {
	background-image: url(https://files.catbox.moe/5z91ri.gif);
	filter: drop-shadow(1px 2px 2px black);
	position: relative;
	padding: 0.01px	0;
	margin-top: 25px;
}

.center {
	padding: 7px 13px;
	margin: 23px;
	min-height : 200px;
	background-color: #F7F3E3;
	background-image: linear-gradient(#F7F3E3, #e6e2d3);
	filter: drop-shadow(1px 2px 2px black);
}

footer {
	width: 100%;
	height: 75px;
	font-size: 0.88em;
	text-align: center;
	background-color: #2e1643;
	background-image: linear-gradient(#311847, #29143d);
	color: #c1a2c7;
	border-color: black;
	border-style: solid;
	border-top-width: 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

footer img {
	height: 100%;
}

@media only screen and (max-width: 800px) {
	#general-layout {
		display: flex;
		justify-content: center;
	}
	
	#inner-layout {
		width: 95%;
		margin: 0;
	}
	
	.under-header {
		background-size: 80%, auto;	
	}
	
	h1 {
		padding: 7px 12px;
		margin: 15px 25px 0px;
	}
	
	header h2 {
		font-size: 20px;
	}
	
	.bar {
		width: 90%;
		height: auto;
		padding: 5px 10px;
		border-radius: 15px;
		text-align: center;
	}
	
	.side-block {
		display: none;
	}
	
	.webcharm {
		display: none;
	}
	
	.left {
		order: 2;
		width: 80%;
		margin: 5px auto;
	}
	
	.left img {
		display: none;
	}
	
	.navigation {
		top: 15px;
	}
	
	main {
		order: 1;
		width: 97%;
		margin: 0px auto;
	}
	
	.center {
		margin: 15px;
	}
	
	footer img {
		display: none;
	}
	
	footer {
		justify-content: center;
		height: 50px;
	}
	
	.no-display {
		display: none;
	}
}