.header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  border-bottom: 2px solid black;
  background-color: rgb(236, 236, 236);
}

.cat-logo {
  padding-top: 10px;
  height: 60px;
  margin-right: 15px;
}

.header-title {
  font-family: Libertinus Math, Arial;
  font-size: 45px;
}