.commonStyle__zt3BrandBg {
    background-color: #248ddc;
}

.Button__footerBtn:hover {
    background: #248ddc;
    border: 1px solid transparent;
}

.Icon__brand {
    color: #248ddc;
}

.commonStyle__zt3Brand {
    color: #248ddc;
}

.commonStyle__zt3BrandBorder {
    border-color: #248ddc;
}

* {
  font-family: Cerapro, sans-serif;
}

.Header__name {
  background:url(https://assets-global.website-files.com/6487203eebdb29c0fff6af27/6489b528496a91f638d728c9_BotCity_Logo.svg) 0 0 no-repeat;
  display:block;
  height:36px; /* your image height */
  width:156px; /* your image width */
  overflow:hidden;
  text-indent:-99999em;
  font-size: 0px;
  margin-top: 16px;
}

.Header__logo {
  display: none;
}

.Header__navbar {
  background-color: #ffffff !important;
}

#headerContent {
  background-color: #f5f5f5;
  border-radius: 16px;  
}

.Footer__footerBg {
  background-color: #011638;
}

.Footer__footerContent *{
  color: #ffffff;
}

.Footer__footerBtn button {
  background-color: #248ddc;
  border-radius: 5px;
}

#navBarContainer .Header__name {
min-width: 158px;
}

