
html {
  width: 100%;
  height: 100%;
     
}

body {
  min-height: 100%;
  min-width: 100%;
  padding: .5rem;
  align-items: center;
  justify-content: center;
  cursor: default;
  background-color: #FFFFFF;
  font-family: "Source Sans Pro", sans-serif;
   color: #000000;
}