@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;
}

body {
	text-align:center;
	background-image: url(https://files.catbox.moe/fpd954.jpg);
	font-family: Elegant Typewriter, Lucida Sans Typewriter, Courier New, monospaced;
	color: #fdfdfd;
}

a {
	color: #acacac;
}

a:hover {
	color: #fdfdfd;
	letter-spacing: 1px;
	transition-duration: 0.2s;
}

#layout {
	width:70%;
	margin: auto;
	margin-top: 50px;
}

header {
	background:white;
	background-image: url(https://files.catbox.moe/4r7pf8.jpg);
	padding: 15px;
	border-radius: 40px 40px 0px 0px;
	border-style: solid;
	border-bottom-style: none;
	border-color: black;
	filter: drop-shadow(0px 2px 3px black);
}

.title-text {
	margin-bottom: -70px;
	position: relative;
	bottom: 55px;
	right: 18%;
	filter: drop-shadow(2px 2px 3px black);
}

.filters {
	width: 75%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	background-color: grey;
	background-image: url(https://files.catbox.moe/6t34k9.jpg);
	border-radius: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	justify-content: center;
	filter: drop-shadow(3px 3px 3px black);
	border-style: solid;
	border-width: 2px;
	border-color: black;
}

.filters span  {
	position: absolute;
	top: -20px;
	text-align: right;
	width: 90%;
	-webkit-text-stroke: 1.3px black;
	font-size: 1.7em;
	font-weight: bold;
}

.btn {
	font-family: Elegant Typewriter, Lucida Sans Typewriter, Courier New, monospaced;
	cursor: pointer;
	font-size: 1.2em;
	padding: 4px 7px;
	background-color: #1c1c1b;
	background-image: linear-gradient(#353534, #292928);
	color: #fdfdfd;
	border-color: #acacac;
	border-radius: 5px;
	border-width: 2px;
	margin: 0px 3px;
	filter: drop-shadow(2px 2px 3px black);
}

.btn:hover {
	transform: scale(1.1);
	transition-duration: 0.15s;
}

main {
	background-color: #474745;
	background-image: linear-gradient(#474745, #292928);
	padding: 30px 15px;
	border-radius: 0px 0px 40px 40px;
	border-style: solid;
	border-top-style: none;
	border-color: black;
}

p.advise {
	background-color: #acacac;
	width: 75%;
	color: black;
	margin: auto;
	padding: 15px;
	margin-bottom: 25px;
	border-style: solid;
	border-width: 2px;
	filter: drop-shadow(2px 2px 3px black);
}

.filterDiv {
	display: none;
}

.show {
  display: inline-block;
}

.end-links {
	position: relative;
	top: 10px;
}

@media only screen and (max-width: 600px) {
	#layout {
		width: 90%;
	}
	
	.title-text {
		width: 100%;
		right: 0px;
		margin-bottom: -65px;
	}
	
	.filters {
		width: 75%;
	}
	
	.end-links {
		font-size: 0.9em;
	}
}