body {
   width: 1080px;
   margin: 0 auto;
   font-family: 'SolaimanLipi', 'Hind Siliguri', sans-serif;
   background: linear-gradient(180deg, #7f1d1d, #0f172a);
   color: #fff;
}

.design5-wrapper {
   background: #fff;
   width: 1080px;
   border-radius: 10px;
   overflow: hidden;
   text-align: center;
}
.banner_ads {
   width: 996px;
}

.banner_ads img {
   width: 01080px;
}
.site-icon {
   width: 100%;
}

.site-icon img {
   max-width: 200px;
   max-height: 60px;
}
.date-bar {
   background: #fff;
   color: #000;
   display: inline-block;
   padding: 10px 20px;
   font-size: 22px;
   font-weight: bold;
   margin-top: 15px;
   border-radius: 30px;
}

.image-container {
   margin: 20px auto;
   border: 8px solid #facc15;
   border-radius: 10px;
   width: 95%;
}

.image-container img {
   width: 100%;
   height: auto;
   border-radius: 5px;
}

.headline-box {
   background: #1d4ed8;
   padding: 30px;
   color: #fff;
}

.headline-box h1 {
   font-size: 56px;
   font-weight: bold;
   margin-bottom: 10px;
}

.headline-box p {
   font-size: 34px;
   color: #facc15;
   font-weight: bold;
}

.footer {
   display: flex;
   justify-content: space-between;
   align-items: center;
   background: #111827;
   color: #fff;
   padding: 20px 30px;
}

.footer-left {
   display: flex;
   align-items: center;
   gap: 10px;
}

.footer-logo {
   height: 50px;
}

.footer-center {
   font-size: 26px;
   font-weight: bold;
}

.footer-right .qr {
   height: 80px;
}

.download-button {
   text-align: center;
   margin: 20px 0;
}

.download-button button {
   padding: 14px 32px;
   font-size: 20px;
   background: #b91c1c;
   color: #fff;
   borde
}