:root {
  font-family: Ubuntu, system-ui, sans-serif;
  line-height: 1;
  font-weight: 400;
  font-size: x-large;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  display: flex;
  place-items: center;
}

#app {
  max-width: 1280px;
  margin: 2rem auto;
  text-align: center;
}

button {
  font-size: x-large;
  border: none;
  cursor: pointer;
}

#data-input {
  width: 80vw;
  max-width: 32rem;
  min-height: 4rem;
  margin-top: 1rem;
}

#options {
  margin: 1rem 0 2rem 0;
}

#options * {
  margin-top: 1rem;
}

input {
  border: none;
}

#themeButton {
  font-size: 2rem;
}
