body {
  background: url("/assets/img/bluelinedark.png") repeat-y;
  background-size: 100% 4px;
  background-color: #000;
  border: none; }

body div:first-child {
  color: #ffffff;
  font-family: monospace;
  margin: 24px auto;
  max-width: calc( 100vh - 64px);
  border: none; }
  body div:first-child input {
    border-radius: 0px;
    background: url("/assets/img/blueline.png") repeat-y;
    background-blend-mode: multiply;
    background-size: 100% 4px;
    background-position-x: center;
    border: 1px solid #114;
    padding: 8px;
    color: #aaa;
    font-family: monospace;
    background-color: #0007; }
  body div:first-child button {
    border-radius: 0px;
    background: url("/assets/img/blueline.png") repeat-y;
    background-blend-mode: multiply;
    background-size: 100% 4px;
    background-position-x: center;
    border: 1px solid #114;
    padding: 8px;
    color: #aaa;
    font-family: monospace;
    background-color: #0007; }

.flex-parent {
  display: flex; }

.flex-expand {
  flex-grow: 1; }

.flex-row {
  flex-direction: row; }
