@import url('https://fonts.googleapis.com/css2?family=Nanum+Pen+Script&display=swap');

body {
    font-family: 'Helvetica Neue', sans-serif;
    background: radial-gradient(circle, #fffafb, #fce4ec);
}

h1, h2, .navbar-brand {
    font-family: 'Nanum Pen Script', cursive;
    color: #c2185b;
}

#photo-feed-section {
    background-color: transparent;
}

.photo-feed-container {
    max-width: 800px; /* Constrain width for better readability */
    margin: 0 auto;
}

.feed-item {
    margin-bottom: 4rem; /* Space between date groups */
    text-align: center;
}

.feed-day {
    font-family: 'Nanum Pen Script', cursive;
    font-size: 3rem;
    color: #e91e63;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid #fce4ec;
    display: inline-block;
    padding-bottom: 0.5rem;
}

.feed-image {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    margin-bottom: 1rem; /* Space between photos of the same day */
}

#message {
    background-color: transparent; /* Soft pink background for the whole section */
    font-family: 'Nanum Pen Script', cursive; /* Use the script font for the letter */
    font-size: 1.8rem;
    line-height: 2.5rem;
}

.letter-frame {
    background-color: #fff;
    padding: 40px 50px;
    border-radius: 5px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    border: 1px solid #f8f8f8;
    text-align: center;
    max-width: 800px;
}
