/*
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: #551A8B;
}

a:hover {
    color: #0000EE;
}

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

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;
}

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

.post-list {
    list-style: disc;
    padding-left: 30px;
}

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

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

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

.post-date {
    font-size: 13px;
    color: #333;
    margin-bottom: 15px;
}

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