@import url("https://use.fontawesome.com/releases/v5.3.1/css/all.css");

.loading {
  width: 4em;
  margin: 200px auto 0 auto;
  color: tomato;
}

.JokeList-getmore,
.JokeList-reset {
  margin: 1em 0;
  font-size: 110%;
  border-radius: 0.4em;
  background-color: tomato;
  color: white;
  padding: 0.5em 1em;
  border: none;
  cursor: pointer;
}

.JokeList-getmore {
  margin-right: 1em; /* Add spacing between the buttons */
}

.JokeList-getmore:disabled, .JokeList-reset:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}