body {
  padding: 5px;
  background-color: white;
  text: black;
}

.darkmode {
  background-color: black;
  text: white;
}

.button {
  border-radius: 10px;
  text: white;
  background-color: black;
}
