@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Code:ital,wght@0,300;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Symbols+2&display=swap');

body {
    margin: 0;
    padding: 0;
	height: 100%;
    font-family: "Google Sans Code", "Gulim", AppleGothic, sans-serif;
    font-size: 14px;
    letter-spacing: -0.4px;
    line-height: 24px;
}
.menu_text {
    padding-left: 30px;
}
header {
	position: fixed;
	top: 0;
	z-index: 1;
}
header a {
    font-family: "Noto Sans Symbols 2", "Google Sans Code", "Gulim", AppleGothic, sans-serif;
    color: #00000050;
    text-decoration-line: none;
}
a {
	font-family: "Google Sans Code", "Gulim", AppleGothic, sans-serif;
	color: #00000050;
    text-decoration-line: none;
}
a:hover {
    text-decoration-line: underline;
    color: black;
}
#stage {
	width: 100vw;
	height: 100vh;
	position: fixed;
	inset: 0;
	overflow: hidden;
}
.aboutme {
	position: absolute;
	height: 60%;
	bottom: 0;
    font-family: "Google Sans Code", "Gulim", AppleGothic, sans-serif;
	overflow-y: scroll;
	z-index: 10;
}
#selfie {
	position: absolute;
	z-index: -1;
	pointer-events: none;
}
li {
	list-style: none;
	margin-top: 10px;
}
li img {
	height: 8px;
	margin-right: 3px;
	border: 1px solid black;
}
.MBTI {
	width: 1.5em;
	color: #00000030;
}
#result {
	font-weight: bolder;
	color: rgb(0, 0, 0)
}
progress {
	-webkit-appearance: none;
}
::-webkit-progress-bar {
	background-color: #00000030;
}
::-webkit-progress-value {
	background-color: #000000;
}
footer {
	font-family: "Google Sans Code", "Gulim", AppleGothic, sans-serif;
	position: fixed;
	bottom: 0%;
}
#hoverBox {
	position: fixed;
	display: none;
	width: 70px;
	height: 50px;
	background-color: rgb(255, 255, 255);
	border-radius: 50%;
	border: 1px solid black;
	text-align: center;
	align-items: center;
	pointer-events: none;
	z-index: 9999;
}