body {
    background-color: #713131;
    background-image: url('img/baum.jpg');
    background-attachment: fixed;
    background-size: cover;
    color: white;
    font-family: serif;
    height: 100vh;
    width: 100vw;
}

a {
    color: #db4c2d;
    font-size: 1rem;
    text-decoration: underline;
}

h1 {
    font-size: 3rem;
    font-style: italic;
}

h1 > span {
    font-size: 2rem;
    font-style: normal;
    position: relative;
    top: -0.5rem;
}

h2 {
    font-size: 1.75rem;
    margin-top: 0.5rem;
}

h3 {
    color: #ead67a;
    font-size: 1.25rem;
    margin-top: 1.75rem;
}

hr {
    border: none;
    border-top: 2px dotted white;
    width: 100%;
}

p, ul {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 0.75rem;
}

li {
    line-height: 1.5rem;
}

strong {
    font-weight: 1000;
}

#pagecontent {
    background-color: #231111;
    background-color: rgba(35, 17, 17, 0.8);
    border: 4px solid #c06637;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    margin: 1rem auto;
    padding: 1rem;
    max-width: 600px;
    min-width: 300px;
}

/* article pages */

.pagecontent-article {
    direction: column;
    margin: 0.5rem 0 1rem 0;
}

.pagecontent-article a {
    line-height: 1.25rem;
    margin-top: 0.8rem;
}

.pagecontent-article span {
    font-style: italic;
    font-size: 0.75rem;
    line-height: 1.25rem;
}

.pagecontent-article > img {
    align-self: center;
    background-color: #211111;
    border: 3px solid rgba(255, 255, 255, 0.7);
    display: flex;
    margin: 2rem auto;
    padding: 0.5rem;
    width: 61.8%;
}

/* homepage */

.link-social {
    color: #ead67a;
}

.pagecontent-articlelink {
    display: flex;
    flex-direction: row;
    margin: 1rem 0 0.25rem 0;
}

.pagecontent-articlelink > a {
    border-bottom: 1px dashed #db4c2d;
    flex: 1;
    font-style: italic;
    margin-right: 2rem;
    text-decoration: none;
}

.pagecontent-articlelink > a::before {
    content: ">";
}

.pagecontent-articlelink span {
    font-style: italic;
    font-size: 0.75rem;
    line-height: 1.25rem;
    text-align: right;
}

.pagecontent-articlelink span::before {
    content: "(";
}

.pagecontent-articlelink span::after {
    content: ")";
}
