body{
    height: 100%;
   /* background-color: ##fa6363; */
   background: linear-gradient(to bottom, #fa6363, #fff);
   text-align: center;
}
h1 {
  color: white;
}
span.highlight {
    background-color: white;

a:link {
  color: white;
}
/* visited link */
a:visited {
  color: white;
}

/* mouse over link */
a:hover {
  color: white;
}

/* selected link */
a:active {
  color: blue;
}

/* #63C9FA     #2DDFD2 */