
/* Dark Mode */

.dark-mode {
  background-color: #121212;
  color: #e0e0e0;
}

.dark-mode .naglowek-1,
.dark-mode .stopka, .dark-mode .naglowek-1-tytul {
  background-color: #1e1e1e;
  color: #e0e0e0;
}

.dark-mode .naglowek-1-button {
  background-color: #3a3a3a;
  color: #e0e0e0;
}

.dark-mode .naglowek-1-button:hover, .dark-mode .dark-mode-toggle:hover {
  background-color: #3a3a3a;
}

/* Responsive Design */
@media (max-width: 600px) {
  .naglowek-1 {
    flex-direction: column;
    align-items: flex-start;
  }

  .naglowek-lewo {
    margin-bottom: 10px;
  }

  .naglowek-1-tytul {
    font-size: 20px;
  }

  .naglowek-prawo {
    width: 100%;
    justify-content: space-between;
  }

  .stopka {
    font-size: medium;
  }
}


body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: white;
  color: black;
}

/* Nagłówek */
.naglowek-1-plikifizyka7-8 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  background-color: white;
  border-bottom: 1px solid #ddd;
}

.naglowek-1-plikifizyka7-8 h1 {
  margin: 0;
  font-size: 1.5rem;
}

/* Select i kontener */
.pobierz-plikifizyka7-8 {
  background-color: #ebebeb;
  padding: 1rem;
  margin: 1rem auto;
  text-align: center;
  border-radius: 8px;
  width: fit-content;
  transition: background-color 0.3s ease;
}

select {
  font-size: 1rem;
  padding: 0.5rem;
  margin-top: 1rem;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #ccc;
}

/* Przycisk pobierania */
.pobierz-plikifizyka7-8-button {
  text-align: center;
}

.pobierz-plikifizyka7-8-button button {
  background-color: white;
  color: black;
  padding: 0.5rem 10px;
  margin-top: 1rem;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #ccc;
  justify-content: 2px;
  transition: background-color 0.3s ease;
}

.pobierz-plikifizyka7-8-button button:hover {
  background-color: #e0e0e0;
}

/* Stopka */
.stopka {
  text-align: center;
  margin-top: 2rem;
  padding: 1rem;
  background-color: #f0f0f0;
  font-size: 0.9rem;
}

/* 🌙 Przycisk trybu ciemnego */
.dark-mode-toggle {
  background-color: white;
  color: black;
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-align: right;
  align-items: right;
  
}

.dark-mode-toggle:hover {
  background-color: #f0f0f0;
  color: black;
}

/* 🌙 DARK MODE STYLES */
.dark-mode {
  background-color: #121212;
  color: #e0e0e0;
}

.dark-mode .naglowek-1-plikifizyka7-8,
.dark-mode .stopka {
  background-color: #1e1e1e;
  color: #e0e0e0;
}

.dark-mode .pobierz-plikifizyka7-8,
.dark-mode select {
  background-color: #2c2c2c;
  color: #e0e0e0;
  border: 1px solid #555;
}

.dark-mode .pobierz-plikifizyka7-8-button button {
  background-color: #2c2c2c;
  color: #e0e0e0;
  border: 1px solid #555;
}

.dark-mode .pobierz-plikifizyka7-8-button button:hover {
  background-color: #3a3a3a;
}

.dark-mode .dark-mode-toggle {
  background-color: #2c2c2c;
  color: #e0e0e0;
  border: none;
}

/* 📱 Responsywność */
@media (max-width: 600px) {
  .naglowek-1-plikifizyka7-8 {
    flex-direction: column;
    align-items: flex-start;
  }

  .naglowek-1-plikifizyka7-8 h1 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }

  select {
    width: 100%;
  }

  .pobierz-plikifizyka7-8 {
    width: 90%;
  }
}

/* plikimate1-3 */

/* Nagłówek */
.naglowek-1-plikimate1-3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  background-color: white;
  border-bottom: 1px solid #ddd;
}

.naglowek-1-plikimate1-3 h1 {
  margin: 0;
  font-size: 1.5rem;
}

/* Select i kontener */
.pobierz-plikimate1-3 {
  background-color: #ebebeb;
  padding: 1rem;
  margin: 1rem auto;
  text-align: center;
  border-radius: 8px;
  width: fit-content;
  transition: background-color 0.3s ease;
}

select {
  font-size: 1rem;
  padding: 0.5rem;
  margin-top: 1rem;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #ccc;
}

/* Przycisk pobierania */
.pobierz-plikimate1-3-button {
  text-align: center;
}

.pobierz-plikimate1-3-button button {
  background-color: white;
  color: black;
  padding: 0.5rem 1rem;
  margin-top: 1rem;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #ccc;
  transition: background-color 0.3s ease;
}

.pobierz-plikimate1-3-button button:hover {
  background-color: #e0e0e0;
}

/* Stopka */
.stopka {
  text-align: center;
  margin-top: 2rem;
  padding: 1rem;
  background-color: #f0f0f0;
  font-size: 0.9rem;
}

/* 🌙 Przycisk trybu ciemnego */
.dark-mode-toggle {
  background-color: white;
  color: black;
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.dark-mode-toggle:hover {
  background-color: #f0f0f0;
  color: black;
}

/* 🌙 DARK MODE STYLES */
.dark-mode {
  background-color: #121212;
  color: #e0e0e0;
}

.dark-mode .naglowek-1-plikimate1-3,
.dark-mode .stopka {
  background-color: #1e1e1e;
  color: #e0e0e0;
}

.dark-mode .pobierz-plikimate1-3,
.dark-mode select {
  background-color: #2c2c2c;
  color: #e0e0e0;
  border: 1px solid #555;
}

.dark-mode .pobierz-plikimate1-3-button button {
  background-color: #2c2c2c;
  color: #e0e0e0;
  border: 1px solid #555;
}

.dark-mode .pobierz-plikimate1-3-button button:hover {
  background-color: #3a3a3a;
}

.dark-mode .dark-mode-toggle {
  background-color: #2c2c2c;
  color: #e0e0e0;
  border: none;
}

/* 📱 Responsywność */
@media (max-width: 600px) {
  .naglowek-1-plikimate1-3 {
    flex-direction: column;
    align-items: flex-start;
  }

  .naglowek-1-plikimate1-3 h1 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }

  select {
    width: 100%;
  }

  .pobierz-plikimate1-3 {
    width: 90%;
  }
}
