.button-theme, .button-darkmode {
  background-color: var(--background);
  border: 2px solid var(--accent);
  border-radius: 8px;
  color: var(--text);
  padding: 8px;
  font-weight: bold;
}

.theme-buttons {
  display: flex;
  justify-content: space-around;
  border-top: 1px solid var(--accent);
  padding-top: 10px;
}

.standard-button {
  padding: 5px 7px;
  border: 1px solid var(--text);
  background-color: var(--background);
  color: var(--text);
  border-radius: 8px;
  font-weight: bold;
}