/*
    The power of Triple T has been unleashed
    tung tung tung sahur
*/

*,.introduction{margin:0;padding:0}*{box-sizing:border-box}body{background-color:#1f1f1f;font-family:'Courier New',sans-serif}.introduction{min-height:100vh;display:flex;align-items:center;justify-content:center;color:#fff;position:relative;overflow:hidden}.introduction::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:url('header.jpg');background-size:cover;background-position:center;background-attachment:fixed;filter:blur(5px);z-index:0}.introduction-content{display:flex;flex-direction:column;align-items:center;gap:20px;text-align:center;z-index:2;position:relative}.introduction .pfp{width:150px;height:150px;border-radius:50%;overflow:hidden;border:3px solid #c20000}.introduction img{width:100%;height:100%;object-fit:cover}.introduction h1{font-size:3rem;font-weight:700;min-height:80px;margin:20px 0}.introduction h1 span{color:#c20000;text-shadow:0 0 10px #c20000}.introduction p{font-size:1.2rem;max-width:600px;min-height:60px;line-height:1.6}.introduction .social-links{display:flex;justify-content:center;gap:30px;margin-top:30px}.introduction .social-links a{color:#fff;font-size:2.5rem;transition:color .3s;text-decoration:none}.introduction .social-links a:hover{color:#c20000;text-shadow:0 0 15px #c20000}.profession{margin-top:40px;max-width:500px}.profession h2{font-size:1.5rem;color:#c20000;text-shadow:0 0 10px rgba(194,0,0,.6);margin-bottom:20px;font-weight:700}.profession ul{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;gap:15px}.profession li{background-color:rgba(194,0,0,.1);border:1px solid #c20000;color:#fff;padding:8px 16px;border-radius:20px;font-size:.95rem;cursor:default}