body {
    background-color: #eaeaea;
    color: black;
    text-align: center;
    font-family: "Courier New", Courier, monospace;
}

a:link {
    color: #116baf;
    text-decoration: none;
}

a:visited {
    color: #3a7eb1;
    text-decoration: none;
}

a:hover {
    color: #5692c0;
    background-color: transparent;
    text-decoration: underline;
}

a:active {
    color: #0e4a78;
    background-color: transparent;
    text-decoration: underline;
}

h1 {
    font-family: "momo_trust_displayregular", "Noto Sans", sans-serif;
}

.post-title {
    font-size: 24px;
    font-weight: bold;
}

.go-back {
    font-size: 24px;
    font-style: italic;
}

@font-face {
    font-family: "momo_trust_displayregular";
    font-weight: normal;
    font-style: normal;
    src: url("/fonts/momotrustdisplay.woff2") format("woff2");
}

@font-face {
    font-family: "Noto Sans JP";
    font-weight: 400;
    font-style: normal;
    src: url("/fonts/noto-sans-jp.woff2") format("woff2");
}
