*{box-sizing:border-box}body{display:flex;flex-direction:column;min-height:100vh;margin:0;font-family:Segoe UI,sans-serif;background:linear-gradient(-45deg,#ff9a9e,#fbc2eb);color:#333;text-align:center;overflow-x:hidden;animation:gradientBG 1s linear infinite;@keyframes gradientBG{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}}body .andmore{color:#a9a9a9;display:block;width:100%;text-align:center;margin-top:10px;text-shadow:2px 2px 4px rgba(0,0,0,.3);order:1}h1,h2,h3,h4,h5,h6{text-shadow:2px 2px 4px rgba(0,0,0,.3);font-family:Segoe UI,sans-serif;margin:20px 0}.subtitle{font-style:italic;text-shadow:2px 2px 4px rgba(0,0,0,.3);font-family:Segoe UI,sans-serif;margin:20px 0}#typewriter{font-size:1.5em;color:#d6336c;margin-bottom:40px}#days{font-size:1.2em;margin-bottom:50px;color:#d6336c;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.photos{display:flex;flex-wrap:wrap;justify-content:center;gap:15px;margin:30px}.photos img{width:200px;height:200px;object-fit:cover;border-radius:15px;box-shadow:0 4px 10px #0003;transition:transform .3s}.photos img:hover{transform:scale(1.05)}.heart{position:fixed;font-size:20px;animation:floatUp 2s ease-out forwards;pointer-events:none}@keyframes floatUp{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-100px)}}p{max-width:600px;margin:10px auto;line-height:1.6;text-align:justify;word-wrap:break-word;padding:0 10px;font-size:16px}@media (max-width: 480px){p{font-size:14px;padding:0 8px}.photos img{width:45%;height:auto}}#modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;display:flex;justify-content:center;align-items:center;z-index:1000;display:none}#modal img{max-width:90%;max-height:90%;border-radius:10px;box-shadow:0 0 20px #ffffff80}#close{position:absolute;top:20px;right:30px;font-size:40px;color:#fff;cursor:pointer}
