@font-face {
    font-family: mplus-code;
    src: url('https://blog.shyxormz.net/mplus-2m-regular.ttf');
}
@font-face {
    font-family: mplus-text;
    src: url('https://blog.shyxormz.net/mplus-1p-regular.ttf');
}
html {
    margin: 0;
    padding: 0;
}
body {
    margin: 0;
    background: #f2f4f6;
    color: #303030;
    font-family: mplus-text, sans-serif;
    text-align: center;
    font-size: 1.3rem;
    line-height: 2.1rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
    padding-bottom: 3em;
}
.code {
    padding: 1em;
    background: #d9d9cb;
    border: 0;
    border-top: 0.4rem solid #e0e0e0;
    border-bottom: 0.4rem solid #e0e0e0;
}
pre {
    text-align: left;
}
pre code {
    white-space: pre-wrap;
    word-wrap: break-word;
}
p code {
    display: inline-block;
    background: #d9d9cb;
    border: 0;
    padding: 0 0.25em;
}
code, pre {
    font-family: mplus-code, monospace;
}
h1 {
    background: #303030;
    color: #f2f4f6;
    margin: 0;
    padding: 6rem 0 2rem;
    border-bottom: 0.4rem solid #e0e0e0;
    line-height: 1.3em;
}
p {
    padding: 1em 0;
    text-align: justify;
}
ul, ol {
    text-align: left;
}
p, pre, ul, ol {
    margin: 0 auto;
    width: 54rem;
    max-width: 90%;
}
.content a {
    color: #f91634;
}
.content a:visited {
    color: #303030;
}
.content a:visited:hover {
    color: #bf1128;
}
a:hover {
    color: #bf1128;
}
.navigation {
    margin: 0 auto;
    width: 60rem;
    max-width: 100%;
}
.link-next, .link-previous {
    margin-top: 6.7rem;
    text-decoration: none;
    color: #f2f4f6;
    padding: 0 1rem;
    font-size: 2.5em;
}
.link-next {
    float: right;
}
.link-previous {
    float: left;
}
hr {
    border: 0;
    border-bottom: 0.4rem solid #686868;
}
.invisible {
    opacity: 0;
}
