/*
Theme Name: Achingaltar
Version: 1.0
*/

body {
    background-color: #2b2b2b;
    color: #d6d6d6;
    font-family: Georgia, serif;
    margin: 0;
    padding: 0;
}

.site-title {
    text-align: center;
    padding: 30px;
    font-size: 40px;
    letter-spacing: 2px;
}

.site-title a {
    color: #e0e0e0;
    text-decoration: none;
}

.post {
    background-color: #353535;
    width: 70%;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #444;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}

.post-title {
    margin-top: 0;
}

.post-title a {
    color: #cfcfcf;
    text-decoration: none;
}

.post-title a:hover {
    color: #ffffff;
}

a {
    color: #9bb6d1;
}

a:hover {
    color: #c7d8ea;
}

img {
    max-width: 100%;
    height: auto;
}

hr {
    border: none;
    border-top: 1px solid #444;
    margin-top: 20px;
}

.container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    margin: 0 auto;
    gap: 20px;
}

.main {
    width: 70%;
}

.sidebar {
    width: 25%;
    background-color: #404040;
    padding: 20px;
    border: 1px solid #555;
    height: fit-content;
    position: sticky;