
html,
body {
 // height: calc(100%);
  background-color: #fff;
   text-shadow: none;

}

body >* {
 font-family: 'Oxygen', sans-serif;

}

body {
  //height: calc(100%);
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #000;
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  //box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
  background-color: #e9ecef;
  background-color: #fff;
   text-shadow: none;
   

}