/*
 * Base structure
 */

html,
body {
  height: 100%;
  width: 100%;
  background-color: #eee;
  text-align: center;
}
