body {
    color: white;
    background-color: #000d1a;
    height: 100svh;
    font-family: "Noto Sans KR";
    overflow: hidden;
}

main {
    display: flex;
    width: 100%;
    height: 100%;
}

section:nth-child(1){
    background-color: #00101f;
    flex: 1;
}

section:nth-child(2){
    background-image: url('./hanmo/img/background.svg');
    background-position: right;
    flex: 8;
}

section:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

section:nth-child(1) p {
    margin-top: -20px;
    font-size: 10px;
}
section:nth-child(2) > div {
    position: relative;
    top: 150px;
    left: 75px;
}

h1 {
    font-size: 50px;
    margin-bottom: 20px;
}

.button {
	background: #b9b9b9;
	color: #000d18;
	font-size: 20px;
	font-weight: bold;
	justify-content: center;
	align-items: center;
	border-radius: 15px;
	display: flex;
	padding: 10px 20px;
    width: 80px;
    cursor: pointer;
    left: -50px;
    margin-top: 100px;
    
}

.button:hover{
	opacity: 0.8;
	cursor: pointer;
}

#logo {
    width: 80px;
    padding: 30px;
}