html, body{
	font-family: 'Noto Sans KR', 'Apple SD Gothic Neo', Sans-serif;
	color: white;
	height: 100vh;
	user-select: none;
	background-image: url('../img/background.svg');
	background-position: right;
	background-size: cover;
}

main {
	display: flex;
	flex-direction: column;
	align-items: center;
	user-select: none;
	height: 100vh;
	overflow: auto;
}

h1 {
	text-align: center;
	font-size: 32px;
}

.titleContainer{
	position: relative;
	display: flex;
	top: 90px;
	flex-direction: column;
	cursor: pointer;
}

.container {
	display: flex;
	margin-top: 80px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 9;
}

.f-dirt-down {
	display: flex;
	flex-direction: column;
}

.f-dirt-up {
	display: flex;
	flex-direction: column-reverse;
	justify-content: bottom;
	align-items: center;
	height: 100%;
}

.hanmo span {
	display: flex;
	padding: 0 16px;
	align-items: center;
	justify-content: center;
}

.hanmo img {
	height: 10px;
	
}

.hanmo {
	display: flex;
}

.hanmo > hr{
	width: 100%;
	border: none;
	margin: 10px 0px;
	width: 60%;
	border: 0;
	height: 1px;
	background: #bdbdbd;
}


.blueBox {
	display: flex;
	align-items: center;
	background: #06111c;
	border-radius: 15px;
	padding: 25px 0px;
}

.buttonContainer {
	display: flex;
	gap: 20px;
	margin: 20px 0;
}