*{margin:0;padding:0;box-sizing:border-box} body{font-family:'Segoe UI',Arial,sans-serif;background:#2D2D2D;color:white;display:flex;align-items:center;justify-content:center;min-height:100vh;text-align:center;padding:20px} .container{max-width:500px} h1{color:#FF7D00;font-size:2rem;margin-bottom:16px} p{color:#ccc;line-height:1.6;margin-bottom:24px} a{color:#FF7D00;text-decoration:none;font-weight:bold;font-size:1.2rem} a:hover{text-decoration:underline}