body {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    line-height: 1.7;
    background: #f5f3ef;
    color: #2a2a2a;
    margin: 0;
}
main {
    max-width: 640px;
    margin: 75px auto 0 auto;
    padding: 20px;

    text-align: center;
    animation: fadeIn 0.6s ease;
}
h1 {
    margin-top: 0;
    text-align: center;
    font-weight: normal;
    font-size: 2.2em;
    margin-bottom: 25px;
    letter-spacing: 2px;
}
.intro {
    text-align: center;
    font-style: italic;
    color: #555;
    margin-bottom: 40px;
    font-size: 1.25em;
    line-height: 1.6;
}
section {
    margin-bottom: 30px;
}
section:first-of-type {
    margin-top: 20px;
}
section p {
    margin-bottom: 12px;
}
section + section {
    margin-top: 10px;
}
h2 {
    font-weight: normal;
    font-size: 1.2em;
    margin-bottom: 8px;
    margin-top: 30px;
    color: #555;
    text-align: center;
}

p {
    line-height: 1.7;
    max-width: 34em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

a {
    color: #4a7a7a;
    text-decoration: none;
    transition: all 0.2s ease;
}

a:hover {
    text-decoration: underline;
    color: #2f5f5f;
}
.back {
    text-align: center;
    margin-top: 35px;
}
.back a {
    font-size: 0.9em;
    color: #888;
}
nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
    padding: 18px 0;
    background: rgba(245, 243, 239, 0.85);
    backdrop-filter: blur(4px);
    border-bottom: 1px solid #e6e2dc
}
nav a {
    margin: 0 15px;
    color: #3f7a7a;
    text-decoration: none;
    font-size: 0.9em;
    letter-spacing: 1px;
    opacity: 0.8;
}
nav a:hover {
    text-decoration: underline;
    opacity: 1;

}
.enter a {
    font-size: 1.1em;
    text-decoration: none;
    color: #3f7a7a;
    border-bottom: 1px solid transparent;
    padding-bottom: 3px;
}
.enter a:hover {
    border-bottom: 1px solid #3f7a7a;
}

.links {
    margin-top: 30px;
}

.links a {
    display: inline-block;
    margin: 10px;
    font-size: 1.05em;
    text-decoration: none;
    color: #3f7a7a;
    border-bottom: 1px solid transparent;
    padding-bottom: 3px;
}

.links a:hover {
    border-bottom: 1px solid #3f7a7a;
}
.reading {
    max-width: 560px;
    margin: 120px auto;
    padding: 20px;
}
.reading h1 {
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #888;
    text-align: center;
    margin-bottom: 60px;
}
.excerpt p {
    font-size: 1.15em;
    line-height: 1.9;
    margin-bottom: 22px;
}
.excerpt p:first-child {
    font-size: 1.3em;
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
::selection {
    background: #dcd6cd;
}
.contact {
    margin-top: 50px;
    text-align: center;
}
.contact-link a {
    font-size: 1.1em;
    letter-spacing: 1px;
}
.contact-reading {
    margin-top: 60px;
    font-size: 0.95em;
    color: #666;
    text-align: center;
}
.home-contact {
    margin-top: 20px;
    font-size: 0.9em;
}
.page {
    max-width: 640px;
    margin: 75px auto 0 auto;
    padding: 20px;
}
.home {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}