@font-face {
    font-family: "KoPubDotum";
    src: url("../public/font1.woff2");
}

body {
    margin: 0;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-family: "KoPubDotum", sans-serif;
    color: #fff;
    background-image: url("background.webp");
}

.content-box {
    background: rgba(0, 0, 0, 0.65);
    padding: 30px 40px;
    border-radius: 12px;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    width: 90%;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
    line-height: 1.6;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.35);
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

h1 {
    text-align: center;
    margin-bottom: 20px;
    color: #a5d8ff;
}

.menu-box {
    display: flex;
    text-align: center;
    justify-content: center;
}

.menu-box-contents {
    margin-left: 1em;
    margin-right: 1em;
    width: 30%;
    text-align: center;
}

.menu-box-contents-2 {
    margin-left: 1em;
    margin-right: 1em;
    width: 45%;
    text-align: center;
}

.bottomText {
    text-align: center;
    margin-top: 5em;
}

a {
    color: #a5d8ff
}

@media (max-width: 480px) {
    .content-box {
        padding: 20px;
    }

    h1 {
        font-size: 1.4em;
    }

    p {
        font-size: 0.95em;
    }
}