#naglowek {
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  background-color: #ffffff;
  color: #000 !important;
}

#naglowek2 {
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  background-color: #ffffff;
  color: black;
}

@media (max-width: 768px) {
  #naglowek {
    flex-direction: column;
    height: auto;
  }
  #naglowek2 {
    flex-direction: column;
    height: auto;
  }
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 1000;
}
footer {
  color: rgb(255, 255, 255);
  font-size: 10pt;
}
