/*!
 * Pustaka Master Layout 1.0
 * Boiman 2017
 * Licensed under http://www.indonesiaincubator.com/licenses/LICENSE-1.0
 */
html,
body {
  height: 100%;
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
}