body {
    margin: 0;
    padding: 40px 20px;
    background-color: #181818;
    color: #c5c0b6;
    font-family: 'Times New Roman', Times, serif;
    font-size: 1rem;
    line-height: 1.8;
}
#container {
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
}
#logo img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    display: block;
    margin: 0 auto 32px auto;
}
#content {
    text-align: left;
    color: #8a837c;
}
#content p {
    margin: 0 0 0 0;
    text-align: justify;
}
hr {
    border: none;
    border-top: 1px solid #b0a090;
    margin: 32px 0;
}
a {
    color: #b0a090;
}
a:visited {
    color: #8a837c;
}
a:hover {
    color: #c5c0b6;
}

pre {
    text-align: left;
    overflow-x: auto;
}

.hljs-ln-numbers {
    text-align: right;
    color: #555;
    padding-right: 1rem !important;
    user-select: none;
}

pre code {
    font-size: 0.75rem;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}