* {
  margin-top: 4px;
}

body {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: white;
}

label,
input {
  display: block;
}

input {
  width: 125px;
}

#results {
  display: none;
}
