.navbar__brand-logo-img {
  max-width: 14rem;
  max-height: 6rem;
}

.navbar > :first-child {
  margin-left: 20px;
  padding-left: ;
}

.box-1{
  position: fixed;
  bottom: 0px;
  right: 10px;
  background-color: #31317d;
  padding: 5px;
  z-index: 1000;
  font-size: 15px;
  color: #fff;
  border-radius: 10px 10px 0px 0px;
}

.box-1 a{
  color: #fff;

}
