body {}

#file-input {
  display: none;
}

button,
.button {
  cursor: pointer;
  border: solid black 1px;
  padding: 4px;
  border-radius: 4px;
}


#netlist-graph {
  flex: 1
}

.layout-column {
  display: flex;
  flex-direction: column;
}

header {}

main {
  flex: 1;
  display: flex;
}

nav {}