/*
Theme Name: Katrin Vaher
Theme URI: http://kktrinvaher.com
Description: Thème années 90
Version: 1.0
Author: Katrin Vaher
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #c0c0c0;
    color: #000000;
    font-family: Times New Roman, serif;
    font-size: 16px;
    margin: 20px;
}

a {
    color: #0000EE;
    text-decoration: underline;
}

a:visited {
    color: #0000EE;
}

a:hover {
    color: #0000EE;
}

h1.site-title {
    font-family: Times New Roman, serif;
    font-size: 36px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 5px;
    color: #000000;
}

h2.site-description {
    font-size: 16px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 20px;
}

.site-header {
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 15px 0;
}

.author-photo {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 50%;
}

.year-created {
    text-align: left;
    font-size: 14px;
    margin-bottom: 10px;
    color: #000;
}

.post-list {
    padding-left: 10px;
}

.post-list p {
    margin-bottom: 8px;
    font-size: 16px;
}

.post-content {
    max-width: 800px;
    line-height: 1.6;
}

.post-content h1 {
    font-size: 24px;
    margin-bottom: 10px;
}

hr {
    border: 1px solid #888;
    margin: 20px 0;
}

.language-switcher {
    text-align: center;
    padding: 5px 0;
    font-size: 14px;
}

.language-switcher a {
    margin: 0 5px;
    text-decoration: none;
}
.post-content p {
    margin-bottom: 12px;
}