/* The shortest css file ever    */
/* Date: 2/15/17                 */
/* Author: Erik Straight         */
/* Why: Align content completely */

html {
  height: 100%;
  overflow: hidden;
}
body {
  height: 100%;
  display: flex;
}
body .vert-align {
  margin: auto !important;
}
