/* Korean Homepage Styles */
body {
    background-color: #000;
    color: #fff;
    font-family: 'Malgun Gothic', sans-serif;
}

.container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    text-align: center;
}

h1 {
    font-size: 3em;
    margin-bottom: 0.5em;
}

p {
    font-size: 1.2em;
    line-height: 1.6;
}

a {
    color: #fff;
    text-decoration: underline;
}

a:hover {
    color: #ccc;
}
