@font-face {
    font-family: Courier Prime;
    src: url(assets/fonts/CourierPrime/CourierPrime-Regular.ttf);
}
@font-face {
    font-family: Courier Prime;
	src: url(assets/fonts/CourierPrime/CourierPrime-Bold.ttf);
    font-weight: bold;
}
@font-face {
    font-family: Courier Prime;
	src: url(assets/fonts/CourierPrime/CourierPrime-Italic.ttf);
	font-style: italic;
}
@font-face {
    font-family: Courier Prime;
	src: url(assets/fonts/CourierPrime/CourierPrime-BoldItalic.tff);
    font-weight: bold;
	font-style: italic;
}

@font-face {
    font-family: Karmatic Arcade;
    src: url(assets/fonts/Karmatic_Arcade.ttf);
}

@font-face {
    font-family: Digitizer;
    src: url(assets/fonts/Digitizer.otf);
}

body {
	font-family: Courier Prime, Lucida Sans Typewriter, Courier New, monospaced;
	font-size: 14px;
	background-image: url(https://files.catbox.moe/mk1jv7.png);
	background-size: 10%;
	margin: 0px;
}

header {
	height: 90px;
	background-color: red;
	background-image: url(https://files.catbox.moe/7ixjtj.jpg);
	margin-bottom: 10px;
	position: relative;
	box-shadow: 2px 2px 2px black;
}

.title-gif {
	position: relative;
	left: 40px;
	height: 90%;
	top: 5%;
}

.sticker {
	position: absolute;
}

#layout {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	width: 90%;
	margin: auto;
}

#console {
	background-size: cover;
	width: 45%;
	aspect-ratio: 1 / 1;
	position: relative;
	background-image: url(https://files.catbox.moe/sco2fg.png);
	filter: drop-shadow(1px 1px 3px black);
}

.top-screen {
	background-color: blue;
	background-image: url(https://files.catbox.moe/vbr5lk.png);
	background-size: 8%;
	width: 53%;
	height: 30.7%;
	padding: 2%;
	margin: 0px auto;
	position: relative;
	top: 10.2%;
	right: 0.4%;
	border-radius: 3px;
	box-shadow: -1px -1px 4px black;
}

.intro {
	background-color: white;
	margin: 10px 20px;
	padding: 15px;
	box-shadow: 2px 2px 2px black;
}

.bottom-screen {
	background-image: url(https://files.catbox.moe/fpd954.jpg);
	width: 41.3%;
	height: 32.1%;
	padding: 2%;
	padding-top: 0;
	margin: 0px auto;
	position: relative;
	bottom: -20.8%;
	right: 0.2%;
	border-radius: 3px;
	overflow-y: auto;
	box-shadow: -1px -1px 4px black;
}

.bottom-title {
	background-image: url(https://files.catbox.moe/r58sbh.png);
	position: sticky;
	top: 0px;
	margin: 10px 0;
	padding: 7px 15px;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-shadow: 2px 2px 2px black;
}

.bottom-screen h3 {
	margin: 0px;
	font-family: Karmatic Arcade, Courier Prime, Lucida Sans Typewriter, Courier New, monospaced;
	text-shadow: 1px 1px 2px #6d6d6d;
	font-size: 16px;
}

.bottom-screen h5 {
	margin: 5px;
	text-align: center;
	margin-top: 15px;
	font-family: Karmatic Arcade, Courier Prime, Lucida Sans Typewriter, Courier New, monospaced;
	text-shadow: 1px 1px 2px #6d6d6d;
}

.button-container {
	background-image: url(https://files.catbox.moe/7ixjtj.jpg);
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: -3px 7px 0;
	padding: 7px 10px;
	border-radius: 10px;
	border-style: solid;
	border-width: 2px;
	box-shadow: 0.75px 0.75px 3px black;
	justify-content: center;
}

.btn {
	background-color: #eeeeee;
	box-shadow: 1px 1px 3px black;
	font-family: Courier Prime, Lucida Sans Typewriter, Courier New, monospaced;
}

.btn:hover {
	transform: scale(1.2);
	transition-duration: 0.2s;
	cursor: pointer;
}

.main-frame {
	width: 49%;
	background-image: url(https://files.catbox.moe/prgnmy.png);
	background-size: cover;
	aspect-ratio: 1 / 1;
	position: relative;
}

main {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 27px;
	width: 85%;
	padding: 4% 0;
	height: 77%;
	margin: 10% auto 5%;
	overflow-y: auto;
	background-color: white;
	background-image: url(https://files.catbox.moe/7ixjtj.jpg);
	box-shadow: -1px -1px 4px black;
}

.filterDiv {
	display: none;
	background-color: white;
	width: 92%;
	border-radius: 10px;
	border-style: solid;
	border-color: #7d85f5;
	box-shadow: 3px 3px 5px black;
	border-width: 3px;
	background-image: url(https://files.catbox.moe/r58sbh.png);
}

.show {
  display: block;
}

.head {
	background-color: gray;
	background-image: url(https://files.catbox.moe/fpd954.jpg);
	padding: 11px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	margin: 10px;
	border-radius: 20px;
	padding-left: 5px;
	box-shadow: 2px 2px 2px black;
}

.icon {
	height: 100px;
	max-width: 35%;
	border-radius: 10px;
	box-shadow: 2px 2px 2px black;
}

.name {
	max-width: 67%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}

.filterDiv h3 {
	font-size: 1.75em;
	width: 95%;
	margin: 0px;
	font-family: Digitizer, Courier Prime, Lucida Sans Typewriter, Courier New, monospaced;
}

.filterDiv h6 {
	margin: 0px;
	margin-right: 5px;
	margin-top: 0px;
	font-size: 0.89em;
}

.stats {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 90%;
	margin: 13px auto;
}

.column {
	flex: 40%;
}

.bubble-title {
	margin: 0px;
	margin-bottom: 3px;
	text-align: right;
	position: relative;
	right: 15%;
	font-family: Karmatic Arcade, Courier Prime, Lucida Sans Typewriter, Courier New, monospaced;
	font-size: 13px;
}

.bubble {
	width: 83%;
	padding:10px 15px;
	margin: 0px auto 10px;
	border-style: dashed;
	border-width: 2px;
	border-radius: 20px;
}

.rating {
	font-size: 26px;
	width: 28%;
	text-align: center;
	margin: 10px 15px -10px auto;
	background-color: gray;
	padding: 2px;
	border-radius: 10px;
	box-shadow: 2px 2px 2px black;
	background-image: url(https://files.catbox.moe/fpd954.jpg);
}

@media only screen and (max-width: 600px) {
	
	body {
		background-size: 33%;
	}
	
	#layout {
		width: 100%;
	}
	
	header {
		display: flex;
		justify-content: center;
	}
	
	.title-gif {
		position: static;
		height: auto;
		width: 80%;
	}
	
	.sticker {
		display: none;
	}
	
	#console {
		width:90%;
	}
	
	.top-screen {
		overflow-y: auto;
	}
	
	.bottom-title {
		padding: 7px 10px;
	}
	
	.button-container {
		gap: 7px;
		margin: -3px 5px 0;
		padding: 7px 7px;
		
	}
	
	.bottom-screen h3 { 
		font-size: 14px;
	}
	
	.main-frame {
		width: 97%;
	}
	
	.name {
		max-width: 57%;
	}
	
	.filterDiv h3 {
		font-size: 1.45em;
	}
	
	.rating {
		font-size: 22px;
		width: 32%;
	}
}