/* Demo purposes only */
html {
  height: 100%;
}
body {
  background-color: #FFFFFF;
  display: flex;
  /*justify-content: start;
  align-items: start;*/
  flex-flow: wrap;
  margin: 0;
  height: 100%;
}