@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);

body, talbe, th, td, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, textarea, blockquote, span, * {
    font-family: 'Noto Sans KR', sans-serif;
}

/* 전체 페이지 스타일 */
body, html {
    background-color:#1f1f1f;
    color:white;
    margin: 0;
    padding: 0;
}

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

section {
    margin-bottom: 20px;
    text-align: left;
}

footer {
    margin-top: 100px;
    font-size: 0.9em;
}