*{box-sizing:border-box;max-width:100%}body,html{margin:0;padding:0;font-family:Arial,sans-serif;color:#111;background:url(/images/background.jpg) no-repeat bottom/cover;overflow-x:hidden;height:100%}body{display:flex;flex-direction:column;min-height:100vh}img{max-width:100%;height:auto;display:block}.hero-section{width:100%;height:100vh;background:url(/images/your-image.jpg) no-repeat 50%/cover;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff}main{flex:1}footer{margin-top:auto}.dark-overlay-main{background-color:rgba(0,0,0,.55);color:#fff;padding:100px 20px;border-radius:12px;max-width:auto;margin:80px auto;text-align:center;box-shadow:0 4px 20px rgba(0,0,0,.3)}.dark-overlay-main h1{font-size:38px;margin-bottom:20px;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.6)}.dark-overlay-main p{font-size:18px;line-height:1.7;color:#f0f0f0;text-shadow:0 1px 3px rgba(0,0,0,.5)}