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