/* tuuunya-theme css */
body {
    background-color: #f5f5d5;
    color: black;
    font-family: 'Noto Serif SC', serif;
    font-size: 1.1em;
    line-height: 1.5;
}
#container {
    width: 65%;
    margin: 0 auto;
}
@media screen and (max-width: 900px) {
    #container {
        width: 90%;
    }
}
.menu {
    margin-top: 20px;
    height: 50px;
}
.menu a{
    color: black;
    line-height: 50px;
    font-size: 1.1em;
    text-decoration: underline;
    margin-right: 1%;
}
.archive-year{
    margin: .4em 0 .2em 0;
    padding: 0 0 .2em 0;
    color: #000;
    font-weight: 600;
    letter-spacing: -0.03em;
    border-bottom: 1px solid #d3d3d3;
    font-size: 2em;
}
.archive-list a{
    text-decoration: underline;
    color: #333;
}
.markdown-body code{
    margin: 0 2px;
}
.markdown-body a{
    color:#333;
    text-decoration: underline;
}
.markdown-body .post-title small {
    color: #999;
    display: block;
    margin-top: 2%;
    font-size: medium;
}
.markdown-body .post-tag {
    font-style: italic;
}