main {
  margin: 0.1vh;
  padding: 0.5vh;
  border: 1px solid white;
  flex: 1;
  overflow: auto;
  color: lime;
  background-color: black;
  display: flex;
  flex-direction:column;
  justify-content: center;
  align-items: center;
}

#query {
  border: 1px solid yellow;
  background-color: rgb(32,32,32);
  padding-top: 16px;
  padding-bottom: 16px;
}

.section {
  margin: 32px;
}
.static {
  color: yellow;
  font-size: 120%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.select {
  font-size: 120%;
  margin: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.label {
  font-size: 120%;
  color: yellow;
  margin: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.select > label {
  padding-right: 8px;
}
.submit {
  font-size: 125%;
  text-align: center;
}

