body.dark {
  --background-color: #121212;
  --text-color: #e0e0e0;
  --text-color-inverted: #333;
}

body.light {
  --background-color: #0a0a0a;
  --text-color: #333;
  --text-color-inverted: #f0f0f0;
}

.theme-toggle button img {
  width: 40px;
  height: 40px;
  margin: auto;
  transition: all 0.5s ease;
}
.theme-toggle {
  margin-bottom: 20px;
}

#toggle {
  background: #0000;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 40px;
  height: 40px;
}