header {
  height: 100px;
  background-color: #ffffff;
  color: black;
  border-bottom: 10px solid black;
  display: flex;
  align-items: center;
  padding: 0 20px;
}

.toggle-btn {
  background: none;
  border: none;
  color: black;
  font-size: 18px;
  cursor: pointer;
  white-space: nowrap;
}

.logo-div {
  flex-grow: 1;
  width: 100%;
  height: 100%;
  display: flex;
  object-fit: contain;
  justify-content: center;
  align-items: center;
}

#logo {
  height: 85%;
  width: auto;
  object-fit: contain;
}

#logo:hover {
  cursor: pointer;
}