body {
    font-size: 1.20em;
    font-family: sans-serif;
    line-height: 1.20em;
    background-color: #252734;
    color: #dfe4eb;
}

.contents {
    line-height: 1.5em;
}

.footer {
    line-height: 1.5em;
    font-size: 0.8em;
    color: #adafb2;
    text-align: center;
}

.header-anchor {
    visibility: hidden;
    margin-left: -17px;
}

h1:hover .header-anchor,
h2:hover .header-anchor,
h3:hover .header-anchor {
    visibility: visible;
}

pre {
    background-color: #141414;
    display: block;
    overflow-x: auto;
    color: #ECFFFF;
    padding: 0.5em;
}

code {
    font-family: 'Source Code Pro', monospace;
    background-color: #141414;
}

h1, h2, h3, h4 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #FFFFFF;
}

h1 {
    line-height: 1em;
}


h2, h3, h4 {
    line-height: 1em;
}

a {
    font-weight: 600;
    color: #cca562;
    text-decoration:none;
}

a:hover {
    background-color: #6e5140;
    color: rgb(197, 193, 193);
}

.nostyle {
    color: black;
    text-decoration: none; /* no underline */
}

a.nostyle:hover {
    background-color: transparent;
}

ul {
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
    text-indent: -1em;
}

ul li:before {
    content: "\00BB \0020";
}

li time {
    float: right;
}

.writings-table td {
    padding-right: 1em;
}
.writings-time {
    white-space: nowrap;
}

img{  width: 90%; }

img.foodImage {
    background-color: white;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px;
}

@media (max-width: 800px)  {
    .contents, .footer {
        max-width: 1200px;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 50px;
    }
}

@media (min-width: 800px) {
    .contents, .footer {
        max-width: 1200px;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 50px;
    }
}
