body {
   background-color: #064d57;
   font-family: 'Hind Siliguri', sans-serif;
   margin: 0;
   padding: 0;
   color: #fff;
}

.site_date h5 {
   /* padding: 5px 15px; */
   border-radius: 5px;
   color: black;
   font-size: 32px;
   margin: 0;
}

.site_name h3 {
   color: black;
}

.banner {
   width: 1080px;
   margin: auto;
   background-color: #084154;
   padding: 20px;
   text-align: center;
   border-radius: 8px;
   box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
   overflow: hidden;
   height: 1080px;
}

.banner h4 {
   font-size: 50px;
   margin: 61px 56px 0 56px;
   line-height: 65px;
   font-weight: 100;
   color: #ffffff;
}

.main_img {
   border-radius: 5px;
   margin: 5px;
   vertical-align: middle;
   width: 93%;
   border: 3px solid#fff;
   object-fit: cover;
   height: 570px;
}


.banner_header {
   display: flex;
   justify-content: space-around;
   align-items: center;
   gap: 200px;
   margin: 15px 0;
}


.site_name h3 {
   font-size: 31px;
}

.top-link {
   font-size: 16px;
   margin-bottom: 10px;
   display: block;
   text-decoration: none;
   color: #fff;
   font-weight: bold;
}

.footer-text {
   margin-top: 20px;
   background: red;
   width: 30%;
   text-align: center;
   margin: 20px auto;
   border-radius: 10px;
   font-size: 24px;
   font-weight: normal;
}

@media (max-width: 600px) {
   .banner img {
      display: block;
      margin: 5px auto;
   }

   .banner h4 {
      /* font-size: 16px; */
   }
}

.download-button {
   text-align: center;
   margin: 20px 0;
}

.download-button button {
   padding: 14px 32px;
   font-size: 20px;
   background: #b91c1c;
   color: #fff;
}

.site_logo {
   width: 255px;
   overflow: hidden;
   /* height: 100px; */
}

.site_logo img {
   width: 100%;
}

.banner_ads {
   width: 1115px;
   margin: auto;
}

.banner_ads img {
   width: 1116px;
}
