@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url(https://cdn.rawgit.com/kattergil/NotoSerifKR-Web/76eb9ebf/stylesheet/NotoSerif-Web.css);

body {
    font-family: "Noto Sans KR", sans-serif;
    background: white;
    border-style: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.3em;
    padding-right: 1.3em;
    max-width: 850px;
    word-break: keep-all;
}

header h1 {
    font-size: xx-large;
    line-height: 1.1em;
}

article {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
}

article a {
    font-family: "Noto Sans KR", sans-serif;
    line-height: 4.3em;
    padding: 10px;
    border: 2px solid black;
    background-color: white;
    color: black;
    text-decoration: none;
}

article a:hover {
    border: 2px solid black;
    background-color: black;
    color: white;
}



article div {
    font-family: "Noto Serif KR", sans-serif;
    line-height: 2.7em;
}

footer {
    margin-top: 3.5em;
    border-top: 3px solid #000;
    padding-top: 1.5em;
    margin-bottom: 3.5em;
}

footer h1 {
    font-size: medium;
    line-height: 1.1em;
}