body {
   background-color: #064d57;
   font-family: 'Hind Siliguri', sans-serif;
   margin: 0;
   padding: 0;
   color: #fff;
}

.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);
   /* max-height: 1008px; */
   overflow: hidden;
}

.banner h4 {
   font-size: 55px;
   margin: 25px 112px;
   line-height: 69px;
   font-weight: 100;
   text-shadow:
      2px 2px 0 #030303,
      -2px -2px 0 #030303,
      2px -2px 0 #030303,
      -2px 2px 0 #030303;
}

.banner img {
   border-radius: 5px;
   margin: 5px;
   vertical-align: middle;
   width: 98%;
   border: 3px solid#fff;
   height: 100%;
   object-fit: cover;
}

.banner_header {
   display: flex;
   justify-content: space-between;
   align-items: center;
}

.site_logo {
   /* text-align: right; */
   max-width: 300px;
   max-height: 100px;
}

.site_logo img {
   width: 100%;
   border: none;
   /* height: 100px; */
}

.site_name h3 {
   font-size: 35px;
}

.top-link {
   font-size: 16px;
   margin-bottom: 10px;
   display: block;
   text-decoration: none;
   color: #fff;
   font-weight: bold;
}

.footer-text {
   margin-top: 20px;
   font-size: 43px;
   font-weight: bold;
   text-shadow:
      2px 2px 0 #030303,
      -2px -2px 0 #030303,
      2px -2px 0 #030303,
      -2px 2px 0 #030303;
}

@media (max-width: 600px) {
   .banner img {
      max-width: 100%;
      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;
   borde
}