/*
* Stylesheet for static pages
*/
body {
  font-family: Roboto, Noto Sans TC, monospace;
}

.bg-theme {
  background-color: #3f51b5;
  color: #fff;
}

.row-container {
  display: flex;
  flex-direction: row;
}
.column-container {
  display: flex;
  flex-direction: column;
}
