@font-face {
    font-family: 'NEXON Lv1 Gothic OTF';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv1 Gothic OTF.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
#container{
    overflow: auto;
    margin-right: auto;
    margin-left: auto;
    width: 650px;
}
#banner{
    background-image: url('images\log배너 .png');
    width: 100%;
    height: 200px;
}
#writeBtn{
    margin-top: 120px;
    background-color: black;
    border: none;
    border-radius: 5px;
    height: 40px;
    width: 100px;
    color: white;
    font-size: 16px;
    font-family: NEXON Lv1 Gothic OTF;
    transition-duration: .3s;
}
#writeBtn:hover{
    background-color: rgb(75, 75, 75);
}
#container table{
    height: 100%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}
table
{
    font-family: 'NEXON Lv1 Gothic OTF';
}
