html {
    font-size: 80%;
}

body {
    font-family: Kanit,sans-serif;
    background-color: #ffffff;
    color: #101010;
}

main {
    padding: 5% 3%;
}

main a {
    color: #101010;
    text-decoration: none;
    border-bottom: 1px solid #101010;
}

main a:hover {
    border-bottom: 1px solid rgba(15, 15, 15, 0.22);
}

nav a {
    color: #101010;
    text-decoration: none;
    font-size: 2rem;
    float: left;
    margin-top: 1%;
    margin-left: 1%;
}

nav a:hover {
    color: rgba(15, 15, 15, 0.22);
}

u {
    text-decoration: none;
    border-bottom: 1px solid #101010;
}

@media screen and (min-width:600px) {
    html {
        font-size: 120%;
    }
    main {
        padding: 8% 10%;
    }
}

li {
    line-height: 1.6;
}

p.title {
    line-height: 1.8;
    font-size: 1.7rem;
}

p.content {
    line-height: 1.6;
    font-size: 1rem;
}

u {
    text-decoration: none;
    border-bottom: 1px solid #101010;
}

.logo-li {
    width: 1.1rem;
}

.logo-gh {
    width: 1.1rem;
}

.logo-nc {
    width: 1rem;
}

.chip {
    display: inline-block;
    padding: 0 14px;
    height: 24px;
    font-size: 0.9rem;
    line-height: 24px;
    border-radius: 12px;
    background-color: #00cc99;
}