body{font-family:Poppins,sans-serif;background:#0d0d0d;color:#fff;text-align:center;margin:0;padding:20px}.resume-container{max-width:900px;margin:auto;background:#ffffff0d;padding:20px;border-radius:10px;box-shadow:0 4px 20px #ff646433;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.2)}header h1{font-size:3em;color:#ff6464;margin-bottom:5px}header h2{color:#ddd;font-size:1.5em;margin-bottom:20px}.resume-content{display:flex;flex-direction:column;align-items:center;gap:15px;margin-bottom:20px}.download-btn{background-color:#ff6464;color:#fff;padding:12px 24px;text-decoration:none;font-size:18px;font-weight:700;border-radius:5px;transition:.3s ease-in-out;box-shadow:0 2px 5px #0000004d}.download-btn:hover{background-color:#ff4747;transform:translateY(-2px);box-shadow:0 4px 8px #0006}.pdf-viewer{width:100%;height:600px;border:1px solid rgba(255,255,255,.2);border-radius:8px}section{text-align:left;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.2)}section h2{color:#ff6464;font-size:1.8em;margin-bottom:10px}section p{line-height:1.6;color:#ddd;font-size:1.1em}a{color:#ff6464;text-decoration:none;transition:color .3s}a:hover{color:#ff8a8a}footer{margin-top:20px;padding-top:10px;border-top:1px solid rgba(255,255,255,.2)}footer p{font-size:1em}footer a{font-weight:700}@media screen and (max-width: 768px){.resume-container{padding:15px}header h1{font-size:2.5em}header h2{font-size:1.3em}.pdf-viewer{height:400px}section h2{font-size:1.5em}section p{font-size:1em}}
