body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    width: 100%;
    background: 
        radial-gradient(
            circle at 30% 40%,
            rgba(255, 192, 203, 0.6) 0%,
            rgba(255, 182, 193, 0.4) 40%,
            rgba(255, 170, 180, 0.3) 60%,
            rgba(255, 160, 170, 0.2) 100%
        ),
        linear-gradient(
            45deg,
            rgba(255, 220, 220, 1) 0%,
            rgba(255, 190, 190, 0.9) 50%,
            rgba(255, 180, 180, 0.95) 100%
        );
    top: 0;
    left: 0;
    z-index: -1;
}

/* body { */
    /* margin: 0; */
    /* padding: 0; */
    /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; */
/* } */

@import url('https://fonts.googleapis.com/css2?family=Cinzel+Display:wght@400&display=swap');

.home-link {
    font-size: 2rem;
    text-decoration: underline;
    color: black;
    font-family: "MingLiU-ExtB ExtB", "Cinzel Display", serif;
    font-weight: lighter;
}

.header {
    background: transparent !important;  /* This overrides any previous background */
    padding: 5px 0 0 15px;
    top: 1px;  /* Reduced from 20px */
    left: 10px; /* Reduced from 20px */
    width: auto; /* Changed from 100% */
    background: white;
    margin-bottom: -1rem;
}

.header h1 {
    margin: 0;
    padding: 0;
}

.content {
    margin-top: 30px;
    padding: 20px 20px 20px 15px;
}


/* New styles for the list */
.content ul {
    margin: 0;
    padding-left: 15px;  /* Reduced padding for bullet points */
    list-style-position: outside;
}

.content li {
    margin: 1px 0;
}

.bio {
   margin-top: -25px;
   margin-bottom: 30px;
   max-width: 1000px;
}

.bio p {
   font-family: "Cinzel Display";
   line-height: 1.6;
   margin-bottom: 15px;
}

.bio-link {
   font-family: "MingLiU-ExtB ExtB",  "Cinzel Display";
   color: black;
   text-decoration: underline;
}

.blog-intro {
   margin-top: 15px;
   width: fit-content;
}

.posts-header {
    font-family: "MingLiU-ExtB ExtB", "Cinzel Display", serif;
    font-weight: 450;
    margin-bottom: 15px;
    font-size: 1.75rem;
}

.post-title {
    font-family: "MingLiU-ExtB ExtB", "Cinzel Display", serif;
    font-weight: 400;
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.post-date {
    display: block;
    margin-bottom: 20px;
    font-family: "MingLiU-ExtB ExtB", "Cinzel Display", serif;
    font-weight: 400;
}

.post-content {
    font-family: "MingLiU-ExtB ExtB", "Cinzel Display", serif;
    max-width: 1000px;
    font-weight: 400;
    font-size: 1.05rem;
    line-height: 1.6;
}

/* Footer stuff */
.footer {
    padding: 0px 0 20px 15px;
    margin-top: 40px;
}

.footer-links {
    display: flex;
    gap: 15px;
    max-width: 1000px;  /* Or whatever width you prefer */
    padding-top: 10px;
    border-top: 1px solid black;  /* Move the border here */
}

.footer-link {
    color: black;
    text-decoration: underline;
    font-family: "MingLiU-ExtB ExtB", "Cinzel Display", serif;
}
