body {
  background-color: rgb(30,30,30);
  font-size: 1.5vw;
}

input, textarea, button {
  font-size: 1.5vw;
  outline-width: 0;
}

table {
  white-space: nowrap;
}

.hidden {
  display: none;
}
