:root {
	--purple: #a850f8;
	--levelScrollLength: 14s;
	--bgScrollLength: 9s;
	--gateScrollLength: 5s;
	
	--charImgSize: 1.325;
}
@font-face {
		font-family: "Pizza Tutorial"; 
		src: url("font/Pizza Tutorial.ttf") format("truetype"); /*https://drive.google.com/file/d/1MVQ8b1N8qh_UmNnUoJb6s_4N4e0uCMHR/view*/
		font-weight: normal;
		font-style: normal;
		font-display: swap;
		font-smooth: never;
		-webkit-font-smoothing: none;
}
@font-face {
		font-family: "Small Pizza"; 
		src: url("font/Small Pizza Inline.ttf") format("truetype"); /*https://drive.google.com/file/d/1MVQ8b1N8qh_UmNnUoJb6s_4N4e0uCMHR/view*/
		font-weight: normal;
		font-style: normal;
		font-display: swap;
		font-smooth: never;
		-webkit-font-smoothing: none;
}
@font-face {
		font-family: "Large Pizza"; 
		src: url("font/Big Pizza Inline.ttf") format("truetype"); /*https://drive.google.com/file/d/1MVQ8b1N8qh_UmNnUoJb6s_4N4e0uCMHR/view*/
		font-weight: normal;
		font-style: normal;
		font-display: swap;
		font-smooth: never;
		-webkit-font-smoothing: none;
}
@keyframes bgScroll-square {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -400px -400px;
	}
}
@keyframes bgScroll-level {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -960px -540px;
	}
}
@keyframes bgScroll-tutorial {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -1000px -650px;
	}
}
html {
	background-color: #542a40;
	background-image: url(img/ui/theme/default/bg_soundtest.png);
	animation: bgScroll-level var(--levelScrollLength) linear infinite;
}
html, body {
	font-size: 22px;
	font-family: "Pizza Tutorial";
	
	image-rendering: pixelated; /*edge*/
	image-rendering: crisp-edges;
}
@media only screen and (max-width: 600px) {
	html, body {
		font-size: 18px;
	}
}
body {
	max-width: 1600px;
	margin: auto;
}
button {
	font-family: inherit;
	font-size: inherit;
}
body>header {
	border: 11px solid transparent;
	border-image: url(img/ui/tvBorder-2.png) 34 / 69px round round; /* can't be 35 / 70px because of edge displaying it stupidly */
	box-sizing: border-box;
	margin-top: 80px;
	padding: 10px 18px 6px 36px;
	position: relative;
	height: 140px;
	overflow: hidden;
}
body>header>#headerBg {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	background: url(img/ui/theme/default/spr_towerintro.gif) no-repeat center;
	background-clip: padding-box !important;
	background-color: white !important;
	background-position-y: 22%;
	background-size: cover !important;
	z-index: -2;
}
@media only screen and (max-width: 960px) {
	body>header>#headerBg {
		background-size: initial !important;
	}
}
body>header>#headerDeco {
	z-index: -2;
	position: absolute;
}
#antenna, .antenna-2 { /*antenna*/
	content: '';
	display: block;
	background-size: cover;
	transform: translateX(-50%);
	position: absolute;
}
#antenna {
	top: 8px;
	left: calc(50% + 5px);
	content: url(img/ui/tvAntenna-2.png);
	width: calc(50px * 2);
	height: calc(37px * 2);
}
.antenna-2 {
	top: -62px;
	left: calc(50% + 15px);
	content: url(img/ui/tvAntenna.png);
	width: calc(47px * 2);
	height: calc(32px * 2);
}
blockquote {
	border: 2px solid black;
	border-image: url(img/ui/spr_tv_bubble-EDITED.gif) 30 / 60px round;
	background-clip: content-box;
	background-color: white;
	margin: 0.5em 0;
	
	padding: 15px 30px 18px;
}
blockquote>p.from {
	margin-top: -1em;
	text-align: right;
}
blockquote>p.from:before {
	content: '-';
	margin-right: 0.5em;
}
details>summary {
  padding: 0 1rem;
  margin-bottom: 0.4rem;
}
details>div {
  padding: 0.2rem 0;
  margin: 0 0.4rem;
  border-color: var(--green);
  border-top: 2px solid;
}
details#achievement ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
details#achievement ul>li {
  height: 64px;
}
details#achievement ul>li>span {
  position: relative;
  left: 0.5rem;
}
details#achievement img.achievement {
	display: inline-block;
	margin-bottom: -32px;
}
footer {
	font-family: "Small Pizza";
	font-size: 16px;
	text-align: center;
	color: #982800;
}
footer>p {
	margin: 0;
}
hr {
	border: none;
	border-top: 3px solid black;
	border-image: url(img/ui/PTWiki-underlineborder.png) 0 0 2 0 / 0 0 4px 0 round round;
}
.container {
	margin: 20px 14px 0;
}
iframe {
	border: 0;
	width: 100%;
}
nav {
	flex-basis: 250px;
	max-width: 300px;

	position: relative;
}
nav:before, main:before, #themeSwitch:before, .rope:before, .sideFrame:not(.charaInfo):not(.gameplayInfo):not(.transformationInfo):not(.musicInfo):before { /* rope */
	content: '';
	background-image: url(img/ui/rope.png);
	background-size: cover;
	width: calc(18px * 2);
	height: calc(61px * 2);
	position: absolute;
	top: -65px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -3;
}
.tvBorder {
	border-image: url(img/ui/tvBorder.png) 20 / 40px round round;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
}
.tvBorder, nav>ul, nav>div {
	padding: 8px 4px 4px 14px;
}
nav>ul, nav>div {
	position: relative;
}
nav>ul {
	margin: 0;
}
nav>ul {
	list-style: none;
}
nav>ul>li>a, nav>ul>li>button, .customSelect {
	padding: 0.6em 0.7em 0.7em;
	list-style: none;
	text-align: right;
	margin: -6px 0;
	font-size: 1rem;
	letter-spacing: -2px;
	font-family: "Small Pizza";
	line-height: 1;
	position: relative;
	margin: 0 0 -4px;
	display: block;
	background-clip: padding-box;
	background-color: #e85098;
	border-top: 2px solid black;
	border-right: 6px solid transparent;
	color: white;
}
nav>ul>li:not(:last-of-type):first-of-type>a, nav>ul>li:not(:last-of-type):first-of-type>button{
	margin: 5px 0 0;
	padding-bottom: 0.45em;
}
nav>ul>li:not(:first-of-type):last-of-type>a, nav>ul>li:not(:first-of-type):last-of-type>button{
	/*padding: 0.4em 0.9em 0.7em;*/
	margin: 0 0 4px;
}
nav>ul>li:only-of-type>a, nav>ul>li:only-of-type>button, select:only-of-type {
	margin: 2px 0 4px;
	padding-bottom: 0.45em;
}
nav>ul>li>a:hover, nav>ul>li:hover>a, nav>ul>li:hover>button, nav>ul>li>button:hover, .select-items>div:hover, .same-as-selected {
	background-color: #a82860;
	color: #88A8C8;
}
nav>ul>li>button {
	width: 100%;
	text-decoration: underline;
}
nav>ul>li>button:hover {
	cursor: pointer;
}
ul, ol {
	margin: 0.5rem 0;
}
.roomHeader {
	background-image: url(img/ui/spr_roomnamebg.png);
	background-repeat: no-repeat;
	background-size: 100%;
	max-width: 377px;
	aspect-ratio: 377/66;
	
	padding: 20px 0 0 0;
	margin: 0.6rem 0 0.3rem !important;
}
.roomHeader, .gatePizza, .musicBox>h3 {
	font-family: "Small Pizza" !important;
	text-align: center;
	color: white;
	text-shadow: -2px -2px 0 #000,
				4px -2px 0 #000,
				-2px 2px 0 #000,
				4px 2px 0 #000;
}
.roomHeader.center {
	margin: 0.6rem auto 0.3rem !important;
}
h2.roomHeader {
	padding: 15px 0 0 0;
}
/* GATE PIZZA */
.gatePizza {
	background-image: url("img/sheet/spr_gatepizza.png");
	background-position: 0 0;
	background-size: cover;
	background-repeat: no-repeat;
	width: 209px;
	height: 58px;
	text-align: center;
}
.gatePizza.two {
	background-position: calc(209px*-1) 0;
}
.gatePizza.three {
	background-position: calc(209px*-2) 0;
}
.gatePizza.four {
	background-position: calc(209px*-3) 0;
}
.gatePizza.five {
	background-position: calc(209px*-24) 0;
}
.gatePizza>img {
	position: relative;
	bottom: 28px;
	filter: drop-shadow(2px 2px 0 black);
}
.levelIcon {
	content: url("img/sheet/level-icons.png");
	height: 63px;
	width: 74px;
	object-fit: none;
	margin-right: 5px;
	margin-left: -20px;
}
.charaHolder {
	align-items: center !important;
	margin-bottom: 0.5rem;
}
.charaHolder>.charaInfo {
	flex-basis: 400px;
	flex-grow: 9999;
}
.charaHolder>.charaImg {
	text-align: center;
}
.charaHolder:nth-of-type(even) .sideFrame, .fanworkHolder:nth-of-type(even) .sideFrame, .levelHolder>div:nth-of-type(even) .sideFrame, .transformationInfo:nth-of-type(even).sideFrame, .bossInfo:nth-of-type(even) .sideFrame, .musicHolder>div:nth-of-type(even) .sideFrame {
	border-image: url(img/ui/frameBorder1-2.png) 40 / 80px round round;
	background-color: #ffc5ff;
}
/* custom select/dropdown */
.customSelect {
	padding: 8px 3px 9px 5px;
}
.select-items>div {
	padding: 0.6em 6px 0.6em 5px;
}
.select-selected {
	padding: 8px 8px 9px 5px;
}
.customSelect {
	cursor: pointer;
	border-top: none;
	border-right: 8px solid transparent;
	margin-top: -0.2rem;
	background-clip: content-box;
}
.customSelect>select {
	display: none; /*hides the original select element*/
}
.select-selected, .select-selected.select-arrow-active {
	padding: 0.8em 0.3em 0.6em;
}
.select-selected:before {
	float: left;
	margin-left: 0.5em;
	font-size: 0.8em;
	position: absolute;
	left: 12px;
	top: 23px;
}
.select-selected:not(.select-arrow-active):before { /* Dropdown arrow */
	content: "▼";
}
.select-selected.select-arrow-active:before {
	content: "▲";
}
.select-items>div { /* Dropdown options, including selected item */
	border-top: 2px solid black;
}
.select-hide { /* Hiding items when box is closed */
	display: none;
}
#header {
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	flex-flow: row wrap;
	gap: 10px;
	height: 100%;
}
#header>img {
	width: 100%;
	max-width: 100%;
	height: auto;
	flex-shrink: 1;
}
#header>img:first-of-type {
	aspect-ratio: 63/16;
	flex-basis: 315px;
}
#header>img:last-of-type {
	aspect-ratio: 19/5;
	flex-basis: 285px;
}
@media only screen and (max-width: 860px) {
	#header {
		gap: 0;
	}
	#header>img:first-of-type {
		flex-basis: calc(315px / 1.5);
	}
	#header>img:last-of-type {
		flex-basis: calc(285px / 1.5);
	}
}
#navLinks {
	z-index: 1;
}
#themeSwitch>label:first-child {
	position: absolute;
	z-index: 2;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	font-size: 1.5em;
	top: -1em;
}
#themeSwitch>label:first-child>img {
	width: calc(84px * 2);
	height: auto;
}
#themeSwitch>select {
	width: 100%;
	border-right: 3px solid transparent;
	overflow: hidden;
}
#themeSwitch {
	z-index: 0;
	margin-top: 2rem;
	width: 80%;
	margin-left: 50%;
	transform: translateX(-50%);
}
main, .sideFrame {
	background-clip: padding-box;
	border: 8px solid transparent;
	position: relative;
}
main {
	flex-basis: 500px;
	background-color: #f8e080;
	border-image: url(img/ui/frameBorder2.png) 40 / 80px round round;
	padding: 8px 16px 8px 20px;
	flex-grow: 9999 !important;
	line-height: 1.5;
}
main a {
	color: #406BA1;
}
main a:hover {
	color: #f838b0;
}
main h1, main h2, main h3 {
	font-family: "Large Pizza";
	font-weight: normal;
	margin: 0.8rem 0;
}
main p {
	margin: 0.6rem 0;
}
.homeVideo {
	flex-basis: 400px;
	position: relative;
	flex-grow: 0 !important;
}
@media only screen and (max-width: 1260px) {
	.homeVideo {
		margin-top: 35px;
	}
}
.sideFrame {
	background-color: #d8b8f8;
	border-image: url(img/ui/frameBorder1.png) 40 / 80px round round;
	padding: 8px 12px 4px 12px;
}
.flex {
	display: flex;
	align-content: flex-start;
	align-items: flex-start;
	justify-content: center;
	flex-flow: row wrap;
	gap: 15px;
}
.flex>div, .flex>nav {
	flex-grow: 1;
	flex-shrink: 1;
}
.flex.column {
	flex-flow: column wrap;
	align-content: center;
}
.flex.reverse, .charaHolder:nth-of-type(even), .fanworkHolder:nth-of-type(even) {
	flex-flow: row-reverse wrap;
}

/* THEMES */
html.Noise {
	background-image: url(img/ui/theme/noise/spr_finalrankBG_N_6.png);
	animation: bgScroll-square var(--bgScrollLength) linear infinite;
}
html.Noise>body>header>#headerBg {
	background: url(img/ui/theme/noise/ptBackground-noise.png) no-repeat center;
	background-position-y: 60%;
}
@keyframes headerDeco-noise {
	0% {
		left: -250px;
	}
	100% {
		left: 100%;
	}
}
html.Noise>body>header>#headerDeco {
	content: url(img/ui/theme/noise/floatNoise.png);
	left: -250px;
	top: -5px;
	animation: headerDeco-noise 25s linear infinite;
}
@media only screen and (max-width: 1500px) {
	html.Noise>body>header>#headerDeco {
		animation: headerDeco-noise 20s linear infinite;
	}
}
@media only screen and (max-width: 960px) {
	html.Noise>body>header>#headerDeco {
		animation: headerDeco-noise 15s linear infinite;
	}
}
@media only screen and (max-width: 630px) {
	html.Noise>body>header>#headerDeco {
		animation: headerDeco-noise 10s linear infinite ;
	}
}
html.Noise>body>header {
	border-image: url(img/ui/theme/noise/tvBorder-2.png) 34 / 69px round round;
}
html.Noise #antenna {
	content: url(img/ui/theme/noise/tvAntenna-2.png);
}
html.Noise .tvBorder.theme {
	border-image: url(img/ui/theme/noise/tvBorder.png) 20 / 40px round round;
}

html.Pizza {
	background-image: url(img/ui/theme/pizza/spr_tutorialBG1.png);
	animation: bgScroll-tutorial calc(var(--bgScrollLength) * 1.5) linear infinite;
}
html.Pizza nav>ul>li>a, html.Pizza nav>ul>li>button, html.Pizza .customSelect {
	background-color: #e03000;
}
html.Pizza nav>ul>li>a:hover, html.Pizza nav>ul>li:hover>a, html.Pizza nav>ul>li:hover>button, html.Pizza nav>ul>li>button:hover, html.Pizza .select-items>div:hover, html.Pizza .same-as-selected {
	background-color: #982800;
}
html.Pizza>body>header {
	border-image: url(img/ui/theme/pizza/tvBorder-2.png) 34 / 69px round round;
}
html.Pizza #antenna {
	content: url(img/ui/theme/pizza/tvAntenna-2.png);
}
html.Pizza .tvBorder.theme {
	border-image: url(img/ui/theme/pizza/tvBorder.png) 20 / 40px round round;
}

html.Secret {
	background-image: url(img/ui/theme/secret/bg_secret.png);
	animation: bgScroll-square var(--bgScrollLength) linear infinite;
}
html.Secret>body>header {
	border-image: url(img/ui/theme/secret/tvBorder-2.png) 34 / 69px round round;
}
html.Secret #antenna {
	content: url(img/ui/theme/secret/tvAntenna-2.png);
}
html.Secret .tvBorder.theme {
	border-image: url(img/ui/theme/secret/tvBorder.png) 20 / 40px round round;
}
html.Secret nav>ul>li>a, html.Secret nav>ul>li>button, html.Secret .customSelect {
	background-color: #9850f8;
}
html.Secret nav>ul>li>a:hover, html.Secret nav>ul>li:hover>a, html.Secret nav>ul>li:hover>button, html.Secret nav>ul>li>button:hover, html.Secret .select-items>div:hover, html.Secret .same-as-selected {
	background-color: #5000b8;
}

/* SPRITESHEET AND TEXT SHIT */

/* ACHIEVEMENT SHOWCASE */
.achievement {
	display: block;
	width: 64px;
	height: 64px;
	
	object-fit: none;
	object-position: 0 0;
	content: url("img/sheet/achievements.png");
}
.achievementHolder {
	margin: 0.5rem 0.1rem 0.2rem;
	gap: 0;
}

/* RANKS */
.rank, .rankSmall, .bossTitle {
	object-fit: cover;
	object-position: 0 0;
}
.rank {
	display: inline-block;
	height: 60px;
	width: 55px;
	aspect-ratio: 55/60;
	
	content: url("img/sheet/ranks.png");
}
.rank.p {
	object-position: calc(55px*-5) 0;
}
.rank.s {
	object-position: calc(55px*-4) 0;
}
.rank.a {
	object-position: calc(55px*-3) 0;
}
.rank.b {
	object-position: calc(55px*-2) 0;
}
.rank.c {
	object-position: calc(55px*-1) 0;
}
.roomHeader+.rank, .gatePizza+.rank {
	position: relative;
	bottom: 15px;
}
.rankSmall {
	margin-top: -27px;
	margin-bottom: calc(30px*-0.3);
	height: 27px;
	width: 30px;
	aspect-ratio: 10/9;
	
	content: url("img/sheet/ranks-small.png");
}
.rankSmall.p {
	object-position: calc(30px*-5) 0;
}
.rankSmall.s {
	object-position: calc(30px*-4) 0;
}
.rankSmall.a {
	object-position: calc(30px*-3) 0;
}
.rankSmall.b {
	object-position: calc(30px*-2) 0;
}
.rankSmall.c {
	object-position: calc(30px*-1) 0;
}

/* FRAMES */
@keyframes box-scroll {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -137px -139px;
	}
}
.frame {
	margin: 10px auto;
	
	border: 12px solid white;
	border-image: url("img/ui/spr_computerbubble.png") 40 / 80px stretch;
	
	background-attachment: fixed;
	background-clip: padding-box;
	background-repeat: repeat;
	
	padding: 0.5rem 1rem;
	
	animation: box-scroll 3s linear infinite;
}
.frame h3 {
	font-family: "Small Pizza" !important;
	font-size: 1rem;
}
.frame h3:first-child, .noteFrame h3:first-child{
	margin-top: 0.7rem;
}
.frame p, .noteFrame p {
	padding: 0 20px;
	filter: none !important;
}
.frame>img, .noteFrame>img {
	float: left;
	padding: 10px;
}
.frame.computerBg {
	background-image: url("img/ui/spr_computerbackground.png");
	color: #ABFF00;
	text-shadow: -0.1rem 0 #406BA1, 0 0.1rem #406BA1,
				0.1rem 0 #406BA1, 0 -0.1rem #406BA1 !important;
}
.tutorialBorder {
	border: 16px solid #e08858;
	border-image: url("img/ui/PTwikiborder-tutorial-26px.png") 26 / 26px round;
	padding: 0.6em 0.8em;
	background-color: #f8e080;
	background-clip: padding-box;
}

/* CHARACTER PAGE */
.charaImg#peppino {
	flex-basis: calc(204px*var(--charImgSize));
}
.charaImg#peppino>img {
	width: calc(204px*var(--charImgSize));
}
.charaImg#gusbrick {
	flex-basis: calc(260px*var(--charImgSize));
}
.charaImg#gusbrick>img {
	width: calc(260px*var(--charImgSize));
}
.charaImg#stick {
	flex-basis: calc(317px*var(--charImgSize));
}
.charaImg#stick>img {
	width: calc(317px*var(--charImgSize));
}
.charaImg#pepperman {
	flex-basis: calc(359px*var(--charImgSize));
}
.charaImg#pepperman>img {
	width: calc(359px*var(--charImgSize));
}
.charaImg#vigi {
	flex-basis: calc(278px*var(--charImgSize));
}
.charaImg#vigi>img {
	width: calc(278px*var(--charImgSize));
}
.charaImg#noise {
	flex-basis: calc(250px*var(--charImgSize));
}
.charaImg#noise>img {
	width: calc(250px*var(--charImgSize));
}
.charaImg#noisette {
	flex-basis: calc(156px*var(--charImgSize));
}
.charaImg#noisette>img {
	width: calc(156px*var(--charImgSize));
}
.charaImg#fake {
	flex-basis: calc(246px*var(--charImgSize));
}
.charaImg#fake>img {
	width: calc(246px*var(--charImgSize));
}
.charaImg#pizza {
	flex-basis: calc(336px*var(--charImgSize));
}
.charaImg#pizza>img {
	width: calc(336px*var(--charImgSize));
}
.charaImg#pillar {
	flex-basis: calc(389ppx*var(--charImgSize));
}
.charaImg#pillar>img {
	width: calc(389px*var(--charImgSize));
}
.charaImg#doise {
	flex-basis: calc(283px*var(--charImgSize));
}
.charaImg#doise>img {
	width: calc(283px*var(--charImgSize));
}
.charaImg#maurice {
	flex-basis: calc(257px*var(--charImgSize));
}
.charaImg#maurice>img {
	width: calc(257px*var(--charImgSize));
}

/* FANWORKS PAGE */
.tvHolder { /* tv holder */
	position: relative;
	margin: 30px 40px 0 0;
	float: left;
}
.tvHolder, .tvHolder img:not(.antenna-2) {
	max-width: 400px;
	width: 100%;
	height: auto;
}
.tvHolder img:not(.antenna-2) {
	padding: 10px 0 0 10px;
}
.tvHolder.right {
	float: right;
	margin: 30px 0 0 40px;
}
.title.flex {
	align-items: center;
}
@media only screen and (max-width: 1260px) {
	.tvHolder {
		float: none;
		margin: 70px auto 0;
	}
}
/* LEVELS PAGE */
.levelHolder {
	margin-top: 20px;
	margin-bottom: 20px;
}
.levelHolder>div {
	margin-top: 30px;
}
.gameplayHolder, .transformationHolder {
	margin-bottom: 20px;
}
.gameplayInfo, .transformationInfo {
	flex-basis: 300px;
}
.gameplayInfo>.roomHeader>img, .transformationInfo>.roomHeader>img {
	margin-right: -20px;
	position: relative;
	left: -20px;
	bottom: 10px;
}
.sideFrame.playable {
	border-image: url(img/ui/playableBorder.png) 40 / 80px round round;
	background-color: #d0b8b8;
}
.transformationInfo>img {
	float: right;
	margin-left: 15px;
	margin-top: -20px;
}
.bossInfo {
	text-align: center;
	flex-basis: 400px;
}
.bossInfo>.sideFrame {
	text-align: initial;
}
.bossTitle {
	content: url(img/sheet/bossTitles.png);
	width: 300px;
	height: 149px;
}
.bossTitle.vigi {
	object-position: calc(300px*-1);
}
.bossTitle.noise {
	object-position: calc(300px*-2);
}
.bossTitle.fake {
	object-position: calc(300px*-3);
}
.bossTitle.pizzaface {
	object-position: calc(300px*-4);
	filter: drop-shadow(2px 2px 0 black);
}
.bossTitle.doise {
	object-position: calc(300px*-5);
}
/* MUSIC PAGE */
.musicHolder {
	
}
.musicHolder>div {
	flex-basis: 450px;
}
.musicHolder>div.unexpectancy {
	flex-basis: 1000px;
}
.musicBox {
	border: 6px solid transparent;
	padding: 60px 10px 0;
	border-image: url(img/ui/soundTestBox.png) 64 64 31 31 / 128px 128px 62px 62px stretch;
	width: fit-content;
	min-height: 138px;
	min-width: 213px;
	margin: 0.5rem auto 0;
	text-align: center;
	position: relative;
	
	background-color: #e85098;
	background-clip: content-box;
}
.musicBox.flex {
	align-items: center;
}
.musicBox>h3 {
	position: relative;
	top: -1.25rem;
}
.musicBox>h4 {
	position: absolute;
	bottom: 0.2rem;
}
.musicBox>h3, .musicBox>h4 {
	margin: 0 !important;
}
.musicHolder>div>div:first-of-type {
	margin-bottom: -0.2rem;
}
.audioHolder.flex {
	gap: 0;
}
.audioHolder.flex>audio {
	margin-bottom: 0.5rem;
}
.musicInfo>h4 {
	text-align: center;
	margin: 1rem 0 0.5rem;
}