/*!
 * @author    Wolfgang Kowarschick <kowa@hs-augsburg.de>
 * @copyright 2016 - 2017
 * @license   CC-BY-NC-SA-4.0
 */

html, body
{ height:      100%;
  font-size:   4vw !important;
  font-family: sans-serif;
}

html
{ display: table;
  width:   100%;
}

body
{ display:          table-cell;
  text-align:       center;
  vertical-align:   middle;
  background-color: #C5EFFC;
}

h1
{ font-size:      270%;
  padding-bottom: 0;
  margin-bottom:  0;
}

p
{ font-family: serif;
}

/*
* { border:  solid 1px red; }
* { outline: solid 1px red; }
*/
