body {
    font-family: 'SolaimanLipi', Arial, sans-serif !important;
  }
.topnav {
    overflow: hidden;
    background-color: #063465;
  }
  
  .topnav a {
    float: left;
    display: block;
    font-size: 16px;
    color: #f2f2f2;
    text-align: center;
    padding: 10px 10px;
    text-decoration: none;
    border-right: #f2f2f2 1px solid;
  }
  
  .topnav a:hover {
    background-color: #943126;
    color: #fff;
  }
  
  .topnav a.active {
    background-color: #943126;
    color: white;
  }
  
  .topnav .icon {
    display: none;
  }
  
  @media screen and (max-width: 768px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
      float: right;
      display: block;
    }
  }
  
  @media screen and (max-width: 768px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
  }
  .about {
    text-align: justify;
    word-wrap: break-word;
  }
  .bg-card{
    background-color: #e8e7e6;
  }
  .text-size{
    font-size: 18px;
    text-align: center;
    background-color: #e9edf0;
  }
  .bg-footer{
    background-color: #063465;
  }
  .footer-bg{
  background-color: #052F5B;
  }

  @media screen and (max-width: 768px) {
    .padding{
      padding: 5px;
    }
    };


.container {
  position: relative;
  text-align: center;
  color: white;
}

.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}