/*
Theme Name: REVAMP2025
Author: D.J.
Description: dat boi claude
Version: 1.0
*/
body {
    font-family: Georgia, serif;
    font-size: 18px;
    line-height: 1.6;
    color: black;
    background: white;
    max-width: 700px;
    margin: 40px auto;
    padding: 0 20px;
}

h1 {
    font-size: 32px;
    margin-bottom: 10px;
}

h2 {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 10px;
}

a {
    color: black;
    text-decoration: underline;
}

a:hover {
    color: gray;
}

p {
    margin-bottom: 20px;
}

.date {
    color: gray;
    font-size: 14px;
    margin-bottom: 30px;
}

.post {
    margin-bottom: 60px;
}

.post {
    padding-bottom: 40px;
    border-bottom: 1px solid lightgray;
}

.navigation {
    margin-top: 40px;
    margin-bottom: 40px;
}

footer {
    margin-top: 60px;
    padding-top: 20px;
    border-top: 1px solid lightgray;
    text-align: center;
    color: gray;
}

.site-email {
    margin-top: -10px;
    margin-bottom: 30px;
    font-size: 16px;
}

.site-email a {
    text-decoration: none;
    color: gray;
}

.site-email a:hover {
    text-decoration: underline;
}