body {
    margin-left: 20rem;
    margin-right: 20rem;
    background: #000000;
    color: #cacaca;
    font-family: monospace;
    font-size: 1rem;
    letter-spacing: 0.05rem;
    line-height: 1.5rem;
}

a:link, a:visited {
    color: #800080;
    text-decoration: none;
}

a:active {
    color: #cacaca;
    text-decoration: underline;
}

a:hover {
    color: #800080;
    text-decoration: underline;
}

header {
    margin-top: 1.5rem;
}

.title_one {
    font-size: 3rem;
    font-weight: bold;
}

.title_two {
    font-size: 1.5rem;
    font-weight: bold;
}

.blog {
    border: 0.1rem solid #cacaca;
    border-radius: 0.5rem;
    margin-top: 2rem;
    padding: 1rem;
}

.article_title {
    font-size: 1.5rem;
    text-decoration: underline;
}

.article_date {
    font-style: italic;
}

.signature {
    text-align: right;
}

footer {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    font-size: 0.75rem;
    line-height: 1rem;
}

figure {
    text-align: center;
    font-size: 0.75rem;
    line-height: 1rem;
}

code {
    display: block;
    padding: 0.25rem 0.5rem;
    border-radius: 0.5rem;
    background: #303030;
    color: #32cd32;
    width: fit-content;
}

.code {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    border-radius: 0.5rem;
    background: #303030;
    color: #32cd32;
    word-break: keep-all;
}

.rpg {
    position: absolute;
    top: 2rem;
    right: 20rem;
}

.top {
    position: fixed;
    right: 16rem;
    bottom: 2rem;
}

.screenshot {
    border: 0.1rem solid #cacaca;
    border-radius: 0.5rem;
    width: 90%;
    max-width: 40rem;
    height: auto;
}