@font-face {
	font-family: haahloddoh;
	src: url("HAAHLODDOH.otf");
}

@font-face {
	font-family: comicsans;
	src: url("COMIC.TTF");
}

/* @media (orientation: landscape) {
	this and portrait can be used to move stuff for mobile
} */

body {
	background-color: #7CCF98;
	margin: 0;
	padding: 0;
	overflow: hidden;
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
}

.titleScreen {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.titleScreenButton:hover {
	transform: scale(1.08);
}

#gamePanel {
	width: 100%;
	height: 100vh;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#logo {
	margin-top: 2.5vh;
	margin-bottom: 0.7vh;
	height: 24%;
	transform: translateX(2%);
}

#instructions {
	height: 9%;
	margin-bottom: 1vh;
}

#endButtons {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
	height: 40%;
	width: 100%;
}

#backButton, #playAgainButton {
	height: 6em;
	width: 15em;
	background-image: url("assests/button.png");
	background-size: contain;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

@keyframes blur {
	from {filter: blur(5px) brightness(1.0) grayscale(0%);}
	to {filter: blur(5px) brightness(0.5) grayscale(40%);}
}

#backButton div, #playAgainButton div {
	color: white;
	text-align: center;
	font-size: 3em;
	transform: translate(0, -15%);
}

#backButton:hover, #playAgainButton:hover {
	transform: scale(1.07);
}

#htp {
	height: 100%;
	margin-right: 0.6%;
}

#ctrl {
	height: 100%;
	margin-left: 0.6%;
}

#nameLabel {
	margin-top: -2vh;
	margin-bottom: 1vh;
	font-family: haahloddoh;
	font-size: 7vh;
}

#name {
	text-align: center;
	font-family: 'Courier New', Courier, monospace;
	/* font-family: Consolas, monaco, monospace; */
	font-size: 5vh;
	width: 22vw;
	height: 6%;
	top: 45vh;
}

#selction {
	margin-bottom: 1vh;
	font-family: haahloddoh;
	font-size: 7vh;
}

#selection {
	height: 20%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#leftButton {
	display: inline-block;
	height: 30%;
	margin-bottom: 5vh;
	margin-right: 2vh;
}

#rightButton {
	display: inline-block;
	height: 30%;
	margin-bottom: 5vh;
	margin-left: 2.05vh;
}

#skinSquare {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 17vh;
	width: 17vh;
	border: 8px solid #735449;
	border-radius: 20px;
}

#skinSquare:hover > #skin {
	filter: brightness(70%);
}

#skin {
	filter: brightness(100%);
	display: inline-block;
	width: 95%;
}

#bananaSkin {
	filter: brightness(100%);
	display: inline-block;
	width: 95%;
}

#bananaSkinSquare {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 17vh;
	width: 17vh;
	border: 8px solid #735449;
	border-radius: 20px;
	margin-left: 0.5%;
}

#bananaSkinSquare:hover > #bananaSkin {
	filter: brightness(70%);
}

#play {
	margin-top: 1vh;
	height: 17%;
}

#profile {
	position: absolute;
	top: 5vh;
	left: 5vh;
	width: 47.5vh;
	height: 23vh;
	visibility: hidden;
	font-size: 2.6vh;
	font-weight: bold;
	font-family: comicsans;
}

#expMeter {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 00%;
	right: 20%;
	background-color: #7ccfcf;
	z-index: 0;
	overflow: hidden;
}

#nannersCounter {
	display: flex;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 6vh;
	text-align: left;
	flex-direction: row;
	justify-content: start;
	align-items: center;
	gap: 1vh;
}

#nannersCounter img {
	width: 6vh;
	height: 6vh;
}

/* #pfpOverlay {
	background-color: black;
	width: 100%;
	height: 100%;
	opacity: 0%;
} */

/* #pfpOverlay:hover {
	opacity: 30%;
} */

#expMeter img {
	height: 100%;
}

#pfp {
	position: absolute;
	top: 0;
	left: 0;
	width: 15vh;
	height: 15vh;
	margin-left: 0;
	border-radius: 50%;
	outline: 8px solid #735449;
	z-index: 5;
	overflow: hidden;
}

#pfp img {
	width: 100%;
	height: 100%;
	filter: brightness(100%);
}

#pfp img:hover {
	filter: brightness(85%);
}

#profileStats {
	position: absolute;
	top: 0;
	left: 7.5vh;
	right: 0;
	z-index: 4;
	background-color: white;
	height: 15vh;
	outline: 8px solid #735449;
	border-radius: 8px;
}

#userDisplay {
	position: absolute;
	top: 0;
	bottom: 50%;
	left: 0;
	right: 0;
	font-size: 1.35em;
	border-bottom: 4px solid #735449;
}

#levelDisplay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 13%;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
}

#userText {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 13%;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

#experience {
	position: absolute;
	top: 50%;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top: 4px solid #735449;
	overflow: hidden;
}

#bossName {
	position: absolute;
	top: 0%;
	left: 30%;
	right: 30%;
	bottom: 91%;
	background-color: rgb(155, 53, 53);
	border: 3px solid black;
	border-top: none;
	z-index: 6;
}

#bossName p {
	position: absolute;
	top: 5%;
	left: 0%;
	right: 0%;
	text-align: center;
	font-family: haahloddoh;
	font-size: 10vh;
	transform: translate(0, -14vh);
	z-index: 6;
}

#bossBar {
	position: absolute;
	top: 10%;
	left: 30%;
	right: 30%;
	bottom: 85%;
	background-color: rgb(46, 0, 0);
	border: 3px solid black;
	z-index: 6;
}

#bossHealth {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 00%;
	right: 80%;
	background-color: red;
	z-index: 6;
	overflow: hidden;
}

.selectionPanel {
	height: 70vh;
	width: 60vw;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	visibility: hidden;
	z-index: 11;
	background-color: #7CCF98;
	border-color: #2C1623;
	border-width: 7px;
	border-style: solid;
	font-family: haahloddoh;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5vh;
	/* overflow-y: scroll; */
}

.outerS {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 10vh;
	width: 10vh;
	margin: 10px;
	border: 8px solid #735449;
	border-radius: 8px;
	background-color: #7CCF98;
}

.outerS > img {
	display: flex;
	position: absolute;
	top: 2.5%;
	bottom: 2.5%;
	left: 2.5%;
	right: 2.5%;
	width: 95%;
	z-index: 0;
}

.innerS {
	display: flex;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	justify-content: center;
	align-items: center;
	z-index: 1;
}

.innerS > img {
	width: 95%;	
}

#profileCustomization img {
	width: 100%;
}

#skinSelection {
	overflow-x: hidden;
	overflow-y: auto;
}

#bananaSkinSelection {
	overflow-x: hidden;
	overflow-y: auto;
}

#profileCustomization {
	overflow-x: hidden;
	overflow-y: auto;
}

.outerS:hover {
	transform: scale(1.07);
}

.outerS:not(.lockedItem):active {
	filter: brightness(85%);
}

#discord {
	position: absolute;
	left: 2vh;
	bottom: 2vh;
	width: 12vh;
	height: 12vh;
	background-color: #5865F2;
	border: 6px solid #735449;
	border-radius: 20px;
}

#discord:hover {
	transform: scale(1.07);
}

#discord img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
}

#loginButtons {
	position: absolute;
	top: 0;
	right: 6%;
	left: 85%;
	visibility: hidden;
}

#loginButton {
	margin-top: 7.75vh;
	overflow: visible;
}

#createButton {
	margin-top: 1.5vh;
	overflow: visible;
}

#loginButtonText, #createButtonText {
	position: relative;
	top: 10%;
	left: 0;
	font-family: haahloddoh;
	color: white;
}

#logoutButtons {
	position: absolute;
	top: 0;
	right: 6%;
	left: 85%;
	visibility: hidden;
}

#logoutButtons > .monkeButton {
	margin-top: 2vh;
	margin-right: 1vh;
}

#logoutButtonText {
	position: relative;
	top: 10%;
	left: 0;
	font-family: haahloddoh;
	color: white;
}

.header {
	margin-right: 1vw;
	height: 8vh;
	transform: translate(0, -50%);
	text-align: center;
	font-family: Consolas, monaco, monospace; 
	font-size: 4vh;
	overflow: hidden;
	display: block;
	text-align: center;
	float: right;
}

.header img {
	transform: translate(0, -60%);
	height: 100%;
	z-index: 10;
}

.header div {
	z-index: 11;
}

.header:hover {
	transform: translate(0, -50%) scale(1.08);
}

#wrenchBox {
	position: absolute;
	top: 2%;
	right: 2%;
	width: 3%;
	height: 20%;
	/* background-color: red; */
	border: 8px solid #735449;
	border-radius: 16px;
}

#wrenchBoxGame {
	position: absolute;
	top: 12.5%;
	right: 0.5%;
	width: 3%;
	height: 20%;
	/* background-color: red; */
	border: 8px solid #735449;
	border-radius: 16px;
}

#wrenchBoxGame {
	z-index: 6;
	text-align: center;
}

#wrench {
	height: 90%;
	margin-top: 15%;
	margin-bottom: 15%;
	margin-left: auto;
	margin-right: auto;
	/* transform: rotate(70deg) scaleX(-1) scale(15%); */
}

#wrenchGame {
	height: 90%;
	margin-top: 15%;
	margin-bottom: 15%;
	margin-left: auto;
	margin-right: auto;
	/* transform: rotate(70deg) scaleX(-1) scale(15%); */
}

/* #wrench:hover {
	transform: rotate(70deg) scaleX(-1) scale(20%);
} */

#gameContainer {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	background-color: white;
}

#backgroundContainer {
	position: relative;
	bottom: 100%;
	height: 100%;
	width: 300%;
}

.background {
	height: 200%;
	float: left;
	clear: none;
}

#canvasContainer {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100vw;
	height: 100vh;
}

#chat {
	position: absolute;
	z-index: 6;
	top: 0;
	left: 0;
	width: 30vw;
	height: 100%;
	text-align: left;
	font-family: comicsans;
	font-size: 1.8vh;
	pointer-events: none;
}

#chatMessage {
	position: relative;
	top: 0;
	left: 1vw;
	width: 29vw;
	height: 1vh;
}

#broadcastMessage {
	position: relative;
	top: 0;
	left: 1vw;
	width: 29vw;
	height: 1vh;
	font-weight: bold;
}

#chatInput {
	z-index: 6;
	text-align: left;
	font-family: comicsans;
	font-size: 1.8vh;
	width: 28vw;
	height: 2.5vh;
	position: absolute;
	bottom: 1vh;
	left: 1vw;
	pointer-events: all;
}

#settingsPanel {
	/* height: 70vh; */
	height: auto;
	width: 30vw;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	visibility: hidden;
	z-index: 11;
	background-color: #7CCF98;
	border-color: #2C1623;
	border-width: 7px;
	border-style: solid;
	font-family: haahloddoh;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5vh;
}

.toggleSliderBox {
	position: relative;
	display: inline-block;
	margin-right: 5%;
	width: 7vh;
	height: 4vh;
}

.toggleSliderBox input {
	opacity: 0;
	width: 0;
	height: 0;
}

.sliderBox {
	/* position: relative;
	display: inline-block; */
	margin-right: 5%;
	height: 4vh;
	width: 15vh;
}

.sliderBox input {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 100%;
	background: #ccc;
	cursor: pointer;
	outline: 3px solid black;
}

.sliderBox input::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 3.5vh;
	height: 3.2vh;
	background-color: white;
	outline: 2px solid black;
}

.sliderBox input::-moz-range-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 3.5vh;
	height: 3.2vh;
	background-color: white;
	outline: 2px solid black;
	border-radius: 0;
	border: none;
}

#settingsPanel h1 {
	margin-bottom: 8%;
}

#settingsPanel p {
	font-size: xxx-large;
	margin-top: -4%;
	margin-bottom: 0;
}

.settingsOption {
	margin-top: 0%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.toggleSlider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	outline: 3px solid black;
	transition-duration: .4s;
	transition-property: background-color;
}

.toggleSlider:before {
	position: absolute;
	content: "";
	left: 5%;
	right: 45%;
	top: 10%;
	bottom: 10%;
	background-color: white;
	outline: 2px solid black;
	transition-duration: .4s;
	transition-property: left, right;
}

#leaveButton {
	background-color: #eee;
	outline: 2px solid black;
	border-radius: 0;

	position: relative;
	width: 20vh;
	height: 4vh;
	font-size: 2.5vh;
	visibility: hidden;
}

#leaveButton:hover {
	background-color: #d6d6d6;
}

#leaveButton:active {
	background-color: #ccc;
}
  
input:checked + .toggleSlider {
	background-color: #735449;
}
  
input:checked + .toggleSlider:before {
	left: 45%;
	right: 5%;
}

#htpPanel {
	height: 70vmin;
	width: 70vmin;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	visibility: hidden;
	z-index: 11;
	background-color: #7CCF98;
	border-color: #2C1623;
	border-width: 7px;
	border-style: solid;
	font-family: haahloddoh;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5vh;
}

#correctBackgroundContainer {
	height: 100%;
	width: 300%;
}

.correctBackground {
	height: 100%;
	float: left;
	clear: none;
}

#correctThrow {
	position: fixed;
	bottom: 20px;
	left: 10%;
	transform: translateX(-4px);
	width: 80%;
	height: 50%;
	background: white;
	border-color: #2C1623;
	border-width: 4px;
	border-style: solid;
	overflow: hidden;
}

#correctCanvas {
	width: 100%;
	height: 100%;
}

#correctCanvasContainer {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
}

h1 {
	margin: 0;
	margin-bottom: 10px;
	font-size: 9vmin;
	font-weight: bold;
}

h2 {
	margin: 0;
	font-size: 4vmin;
	font-weight: normal;
}

#ctrlPanel {
	/* height: 50vh; */
	/* width: 50vw; */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	visibility: hidden;
	z-index: 11;
	background-color: #7CCF98;
	border-color: #2C1623;
	border-width: 7px;
	border-style: solid;
	font-family: haahloddoh;
	text-align: center;
	padding-left: 100px;
	padding-right: 100px;
	padding-bottom: 5vh;
}

#unlockItem {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	height: 70vh;
	width: 70vh;
}

#endScreen {
	/* height: 50vh; */
	/* width: 50vw; */
	position: absolute;
	top: 15%;
	left: 25%;
	bottom: 15%;
	right: 25%;
	visibility: hidden;
	z-index: 11;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #7CCF98;
	border-color: #2C1623;
	border-width: 7px;
	border-style: solid;
	font-family: haahloddoh;
	text-align: center;
}

#endScreen h2 {
	font-weight: bold;
}

#endText {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
	width: 100%;
}

#nannerCount2 {
	font-size: 3vh;
}

#killCount {
	font-size: 3vh;
}

#nannerCount {
	font-size: 3vh;
}

#bananaGraphContainer {
	width: 80vh;
	height: 40vh;
	border: 3px solid black;
	background-color: white;
}

#leftClick {
	display: inline-block;
	height: 7vh;
	transform: translate(0, 25%);
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 6;
	background-color: rgba(0, 0, 0, 0.5);
	visibility: hidden;
}

#accountPanel {
	position: absolute;
	top: 2vh;
	right: 1vw;
	width: 20vw;
	height: 40vh;
	background-color: white;
	border-style: solid;
	border-radius: 4vh;
	border-width: 2px;
	border-color: black;
	/* padding-top: 1vh; */
	text-align: center;
}

.accountPanel {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 1vh;
	/* font-family: 'Courier New', Courier, monospace; */
	font-family: Consolas, monaco, monospace;
	font-size: 2vh;
}

#loginPanel {
	display: block;
}

#createAccountPanel {
	display: block;
	position: relative;
	top: 7vh;
}

#profilePanel {
	display: none;
}

#level {
	display: inline-block;
	margin-right: 1vh;
}

#inc_pass {
	position: relative;
	top: 1vh;
	margin-top: 0;
	color:red;
	visibility: hidden;
}

#email {
	width: 15vw;
	height: 3vh;
}

#password {
	width: 15vw;
	height: 3vh;
}

#caemail {
	width: 15vw;
	height: 3vh;
}

#causername {
	width: 15vw;
	height: 3vh;
}

#capassword {
	width: 15vw;
	height: 3vh;
}

#cacpassword {
	width: 15vw;
	height: 3vh;
}

#loginSubmit {
	position: relative;
	top: 1vh;
	width: 15vw;
	height: 3vh;
}

#username {
	font-weight: bold;
}

#stats {
	position: absolute;
	bottom: -2.5%;
	right: 5%;
	z-index: 6;
}

.bananaCount {
	display: inline-block;
	height: 12vh;
	font-size: 6vh;
	font-family: comicsans;
}

img.bananaCount {
	transform: translateY(32%) translateX(20%) scale(50%);
}

.nameSpan {
	color: red;
}

#links {
	position: absolute;
	bottom: 2vh;
	right: 2vh;
	display: flex;
	flex-direction: column;
	justify-content: end;
	align-items: end;
	gap: 0.5vh;
}

.linkBacking {
	width: fit-content;
	height: fit-content;
	padding: 0.4vh;
	background-color: white;
	border-radius: 5px;
	border: 3px solid black;
}

.linkLink {
	font-family: comicsans;
	font-size: medium;
	color: black;
}

.lockedItem {
	filter: brightness(0.7) contrast(0.7);
}

#unlockItem > img {
	height: 20vh;
}

#priceline {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 2vh;
	width: 100%;
	font-size: 10vh;
}

#priceline > img {
	height: 10vh;
}

#priceline > div {
	transform: translateY(-20%);
}

#unlockOptions {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
	width: 100%;
	height: min-content;
}

#unlockOptions > .monkeButton {
	height: 11vh;
	font-size: 6vh;
}

.monkeButton {
	position: relative;
	height: 8vh;
	text-align: center;
	font-family: Consolas, monaco, monospace; 
	font-size: 4vh;
	overflow: hidden;
	display: block;
	text-align: center;
	float: right;
}

.monkeButton img {
	height: 100%;
}

.monkeButton div {
	position: absolute;
	width: 100%;
	top: 40%;
	transform: translate(0, -50%);
	font-family: haahloddoh;
	color: white;
	text-align: center;
}

.monkeButton:hover {
	transform: scale(1.08);
}

#achievementGet {
	display: flex;
	position: absolute;
	top: calc(-13% - 16px);
	left: 30%;
	right: 30%;
	height: 13%;
	z-index: 4;
	background-color: #CAA48A;
	border: 8px solid #735449;
	border-radius: 15px;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 2.5vh;
	padding-left: 1vh;
	padding-right: 1vh;
}

@keyframes bannerDown {
	from {top: calc(-13% - 16px);}
	to {top: 0%}
}

@keyframes bannerUp {
	from {top: 0%;}
	to {top: calc(-13% - 16px);}
}

#achievementGet > img {
	background-color: #735449;
	height: 80%;
	border: 5px solid #735449;
	border-radius: 15px;
}

#achievementInfo {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	transform: translateY(-5%);
}

#achievementTitle {
	color: black;
	font-size: 5vh;
	font-family: comicsans;
	font-weight: bold;
}

#achievementDesc {
	color: black;
	font-size: 2vh;
	font-family: comicsans;
}

#achievementsMenu {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	height: 90vh;
	width: 70vh;
	padding-bottom: 0;
}

#achievementsHolder {
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: center;
	width: 100%;
	gap: 1vh;
	overflow-y: scroll;
	padding: 1vh;
}

#achievementListing {
	display: flex;
	height: 13%;
	width: 95%;
	background-color: #CAA48A;
	border: 8px solid #735449;
	border-radius: 15px;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 2.5vh;
	padding-left: 1vh;
	padding-right: 1vh;
}

.achievementImage {
	background-color: #735449;
	height: 80%;
	border: 5px solid #735449;
	border-radius: 15px;
}

.achievementInfoDisplay {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: end;
	text-align: center;
	transform: translateY(-5%);
}

.achievementTitleDisplay {
	color: black;
	font-size: 3vh;
	font-family: comicsans;
	font-weight: bold;
}

.achievementDescDisplay {
	color: black;
	font-size: 2vh;
	font-family: comicsans;
}

.achievementLeft {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.achievementNannerImage {
	height: 3.6vh;
	margin-left: 0.8vh;
	transform: translate(0, 1.5vh);
}

.achievementNanners {
	margin-left: 0.8vh;
	font-size: 2vh;
	transform: translate(0, 1.2vh);
}

#bestHolder {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
	height: 15%;
	width: 100%;
	margin-top: 1vh;
}

.bestThing {
	height: 100%;
	width: 30%;
	font-size: 2vh;
	font-family: comicsans;
	font-weight: normal;
}

.bestThing > img {
	height: 75%;
}

.skinInfo {
	position: absolute;
	top: 0.2em;
	left: 0.2em;
	color: blue;
	font-size: 1.5em;
	border-radius: 2em;
	border: 2px solid blue;
	width: 0.7em;
	height: 0.7em;
	background-color: #7CCF98;
}

.skinInfo:hover {
	/* color: rgb(55, 55, 255);
	border-color: rgb(55, 55, 255); */
	filter: brightness(0.8);
	/* transform: scale(1.05); */
}

.skinInfoText {
	transform: translate(0, -0.5em);
}