html {
  height: 100%;
}
body {
  min-height: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, #289af2, #1d7cc2, #165f93, #114368, #0d293f);
  font: 16px Arial,Georgia,Times,serif;
  color:white;
}
a {
  font: 16px Arial,Georgia,Times,serif;
  color:white;
} 
p {
    font: 16px Arial,Georgia,Times,serif;
    color:white;
} 

