.logo-btn {
  width: 88px;
  height: 50px;
  background: #2563eb;
  border-radius: 3px 3px 3px 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-logo-btn {
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  font-size: 22px;
  color: #ffffff;
}
