
/*Basic*/
body {
background-color: #fee5d1;
color: #232323; 
margin: 9px;
    font-family: Georgia, "Times New Roman", serif;
}


/* Layout */
.page {
    max-width: 680px;
    margin: 60px auto;
    padding: 0 20px;
}

/* Header */
.hero {
    margin-bottom: 60px;
}

h1 {
    text-align: center;
    font-size: 66px;
    letter-spacing: 1px;
    margin-bottom: 80px;
    color: #4e2a2a;
    font-family: "Playfair Display", serif;

}

.Intro {
    line-height: 1.8;
    font-size: 18px;
    margin-bottom: 11px;
    font-style: italic;
    color: #302c2c;
    font-family: "Playfair Display", serif;
}

.Inhaltsverzeichnis {
    list-style: disc;
    padding-left: 20px;
    text-align: left;
    display: inline-block;
    letter-spacing: 1px;
    margin-left: 45px;
    margin-bottom: 60px;
    color: #873030
}



/* blog posts*/
.post {
    margin-bottom: 100px;
}

h2 {
    color: #873030;
    font-size: 28px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

time {
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-style: italic;
}

.text {
    line-height: 1.6;
    font-size: 16px; 
    margin-top: 30px;
    margin-left: 45px;
    margin-right: 45px;
}







