html {
  background-color: rgb(255, 250, 240);
}

.search {
  padding-top: 1.5rem;
}

.button {
  padding: 0.75rem 0 0.75rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading {
  height: 20rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.empty {
  height: 20rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.result {
  padding-top: 1.5rem;
}

.row-title {
  width: 4em;
  display: inline-block;
  text-align: justify;
  text-align-last: justify;
}

.footer {
  height: 4rem;
}
