.food {
  padding-top: 100px;
}

.page-content {
  height: 100vh;
  min-height: 400px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

h1 {
  text-align: center;
  font-size: 60px;
}

.down-icon {
  font-size: 24px;
}

.catalogue {
  position: fixed;
  top: 0;
  right: 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.catalogue > div {
  width: 5px;
  height: 20px;
  margin-bottom: 16px;
  background-color: var(--text-color);
  cursor: pointer;
}

.catalogue > div:hover,
.catalogue > div.active {
  background-color: var(--main-color);
}

.catalogue img {
  position: relative;
  z-index: 99;
}
