.container{max-width:100%;overflow:hidden}
.details-container,.timeline-container{max-width:800px;margin:0 auto}
.details-container{display:flex;flex-wrap:wrap;justify-content:space-around}
.rsvp-container{max-width:600px;margin:0 auto;width:100%}
.rsvp-container p{font-size:1.1rem;margin-bottom:10px;color:var(--color-primary);font-weight:400;text-align:center;padding:10px;border-radius:30px;background-color:rgba(255,255,255,.7)}
.deadline-icon{display:inline-block;margin-right:5px;animation:2s infinite pulse}
@keyframes pulse{
0%,100%{transform:scale(1)}
50%{transform:scale(1.2)}
}
.gallery-section{max-width:1200px;margin:0 auto;padding:20px}
footer{background-color:#333;color:#fff;text-align:center;padding:20px}