:root{--pad:20px}.home-gradient{background-color:#86efac;background-image:linear-gradient(90deg,#fef9c3,#bbf7d0,#c7e8fe,#dbeafe,#fed7e2,#fef9c3);background-position:0 0;background-size:600%;height:100%;animation:30s linear infinite gradient-drift}@keyframes gradient-drift{0%{background-position:0 0}25%{background-position:50% 0}50%{background-position:90% 0}60%{background-position:60% 0}75%{background-position:40% 0}to{background-position:0 0}}.container{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;min-height:800px;display:flex}.container-h1{font-size:6vw}.container-h2{font-size:4vw}.container-h3{margin-top:2rem;font-size:2.5vw}.container-countdown{font-size:3vw}.container p{font-size:1.5rem}.calendar-buttons{gap:1rem;margin:1.5rem 0;display:flex}.calendar-btn{color:#333;cursor:pointer;border:2px solid #333;border-radius:.25rem;padding:.5rem 1.5rem;font-size:1rem;text-decoration:none;transition:background-color .15s,color .15s}.calendar-btn:hover{color:#fff;background-color:#333}.rsvp-form{flex-direction:column;gap:1.25rem;width:100%;max-width:400px;margin-top:1.5rem;display:flex}.rsvp-label{text-align:left;flex-direction:column;gap:.25rem;font-size:1.1rem;display:flex}.rsvp-input{background:#fff9;border:2px solid #333;border-radius:.25rem;padding:.5rem .75rem;font-family:inherit;font-size:1rem}.rsvp-input:focus{background:#ffffffd9;border-color:#666;outline:none}.rsvp-textarea{resize:vertical;min-height:80px}.rsvp-submit{color:#fff;background:#333;margin-top:.5rem;font-family:inherit;font-size:1.1rem}.rsvp-submit:hover{background:#555}@media screen and (max-width:500px){.container-h1{font-size:3rem}.container-h2{font-size:2rem}.container-h3,.container-countdown{font-size:1.5rem}.calendar-buttons{flex-direction:column}}
