*{margin:0;padding:0;box-sizing:border-box}body{background:#111111;color:white;font-family:Arial,sans-serif}.container{min-height:100vh;display:flex;justify-content:center;align-items:center}.hero{text-align:center}.hero h1{font-size:3rem;margin-bottom:20px}.hero p{margin-bottom:30px}button{background:#556b2f;color:white;border:none;padding:15px 30px;border-radius:8px;cursor:pointer}