@import url('https://unpkg.com/purecss@2.0.3/build/pure-min.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

html, body, input, textarea, select, button {
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

html {
  height: 100%;
}

body {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}

form > div {
  margin: 1em 0;
}

form > div > label {
  display: inline-block;
  width: 100px;
}

.lists {
  display: flex;
  min-width: 600px;
}

.lists > * {
  flex: 1 0 300px;
}
