@import url(https://fonts.googleapis.com/css?family=Abel|Source+Code+Pro&display=swap);

body, html {
  height: 100%;
  overflow: hidden;
}

body {
  background-color: #2c2c2c;
  font-family: "Abel";
  margin: 0;
}

.terminal {
  height: 100%;
  padding: 24px;
}

#terminal {
  height: 100%;
}

:root {
  --brand-bg-color: #2c2c2c;
  --brand-txt-color: #fff;
  --brand-link-color: #fff;
}