@font-face {
    font-family: "Open Sans";
    src: url(fonts/OpenSans-Regular.ttf)
}

@font-face {
    font-family: "Open Sans";
    src: url(fonts/OpenSans-Bold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: "Minecraft";
    src: url(fonts/Minecraft-Seven_v2.woff2) format('woff2');
}


body {
    border: 16px transparent solid;
    border-image: url(andesite_casing_border.png) 64 round;

    background-image: url(andesite_casing_no_border.png);
    background-size: 128px;

    margin: 0;

    font-family: "Minecraft", sans-serif;
    font-size: 1.25rem;

    -webkit-font-smoothing: none;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: none;
}

html, body {
    min-height: 100dvh;
}

p {
    margin-top: 6px;
    margin-bottom: 6px;
    color: white;
    text-shadow: 2px 2px #3F3F3F;
}

a {
    color: white; 
}

.container {
    max-width: 768px;
    margin: 16px auto;
}

.titlebar {
    display: block;

    border: 16px transparent solid;
    border-image: url(yellow_nameplate_border.png) 64 round;

    background-image: url(yellow_nameplate_background.png);
    background-size: 128px;

    padding: 8px;
    margin-bottom: 16px;

    text-align: center;
    text-decoration: none;

    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.3);
}

.title {
    font-size: 2.5rem;
    color: white;
    text-shadow: 0.25rem 0.25rem #3F3F3F;
}

.main {
    background-image: url(dark_oak_planks.png);
    background-size: 128px;

    padding: 10px;

    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.3);
}

.article-list-title {
    text-decoration: underline;
    color: white;
}

.article-list-credits {
    color: #CFCFCF;
}

.article-title {
    font-size: 1.875rem;
    text-shadow: 0.19rem 0.19rem #3F3F3F;
}

.article-credits {
    margin-bottom: 0;
}

.article-text {
    text-indent: 4ch;
}

.article-text p {
    margin-top: 8px;
    margin-bottom: 8px;
}
