/* Body themes */
body.light {
  background-color: #f0f0f0;
  color: #111;
}

body.soft {
  background-color: #f5fae3; /* soft yellow-green */
  color: #3a3f00; /* darker green text */
}

/* Theme toggle buttons */
.theme-toggle button {
  margin-left: 5px;
  padding: 5px 12px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.3s;
}

.theme-toggle button.active {
  background-color: #0af;
  color: #fff;
}
.f-info-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  background-color: gainsboro;
}
.f-made{
    padding: 1rem 3rem;
    font-size: larger;
}
.theme-toggle {
    margin-right: 1rem;
    font-size: large;
}