.button {
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: block;
  margin-left: auto;
  width: 20px;
  height: 20px;
  background-size: cover;
}
