body {
  padding: 2rem 0;
}

html {
  background-color: lightgray;
}

select option:disabled {
  background-color: lightgray;
}

.templator-buttons {
  display: flex;
  justify-content: space-between;
}
