body{font-family:Arial,sans-serif;color:white;margin:0;padding:10px 10px 40px;overflow-x:hidden;background:linear-gradient(90deg,#0033a0,#fcd116,#d10000);animation:background-flicker 3s infinite alternate;scroll-behavior:smooth;height:100%;display:flex;flex-direction:column}@keyframes background-flicker{0%{background:linear-gradient(90deg,#0033a0,#fcd116,#d10000)}50%{background:linear-gradient(90deg,#0033a0,#ffd700,#d10000)}to{background:linear-gradient(90deg,#0033a0,#fcd116,#d10000)}}h1{text-align:center;font-size:2em;padding:10px;border-radius:15px;margin-left:5%;margin-right:5%}.content,h1{margin-top:20px;background-color:rgba(0,0,0,.7)}.content{line-height:1.6;padding:20px;border-radius:20px;flex:1;overflow-y:auto}.instruction-list{margin-left:20px}.instruction-list li{margin-bottom:10px}.email-instructions{margin-top:30px}.email-instructions h2{margin-bottom:10px;font-size:1.4em}.email-instructions p{font-size:16px}.download-button{display:inline-block;background-color:#fcd116;color:#0033a0;padding:5px 10px;text-decoration:none;border-radius:5px;font-weight:700;text-align:center;margin-top:5px;transition:background-color .3s ease;font-size:.9em}.download-button:hover{background-color:#d10000}.tutorial-section{margin-top:50px;text-align:center;padding:20px;background-color:rgba(0,0,0,.7);border-radius:10px}.tutorial-section p{font-size:.9em;margin-bottom:20px}.tutorial-section a{display:inline-block;background-color:#0033a0;color:#fcd116;padding:12px 25px;text-decoration:none;border-radius:5px;font-weight:700;transition:background-color .3s ease}.tutorial-section a:hover{background-color:#d10000}.tiktok-logo{margin-top:10px;width:40px;height:auto;transition:transform .3s ease}.tiktok-logo:hover{transform:scale(1.1)}@media (max-width:768px){h1{font-size:1.5em}.content{padding:15px}.instruction-list li{font-size:14px}.email-instructions h2{font-size:1.2em}.email-instructions p{font-size:14px}}@media (max-width:480px){h1{font-size:1.3em}.content{padding:10px}.instruction-list li{font-size:13px}.email-instructions h2{font-size:1.1em}.email-instructions p{font-size:13px}}.copyright{text-align:left;margin-top:30px;font-size:.9em;color:white;background-color:rgba(0,0,0,0);padding:10px;border-radius:5px}