.buttons {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}

.dismiss {
  margin-right: var(--spacing-small)
}