html, body{
    width: 100%;
    height: 100%;
}
@font-face {
    font-family: 'Ownglyph_corncorn-Rg';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2412-1@1.0/Ownglyph_corncorn-Rg.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SinchonRhapsody';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2503@1.0/SinchonRhapsody.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
body{
    padding: 0;
}
.container{
    position: absolute;
    background: url(back.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
}
.box{
    margin: auto;
    width: 500px;
    height: 90%;
}
.word{
    width: 100%;
    text-align: center;
    position: relative;
    top: 40%;
    font-size: 24px;
    font-family: 'SinchonRhapsody';
    color: azure;
}
.menu{
    width: 100%;
    position: relative;
    top: 40%;
    font-family: 'Ownglyph_corncorn-Rg';
}
.menu ul{
    display: flex;
    justify-content: space-between;
    list-style: none;
}
.menu ul li{
    margin-right: 33px;
}
a{
    text-decoration: none;
    color: rgb(247, 247, 247);
}
a:hover{
    color: rgb(100, 100, 100);
}