html {
    height: 100%;
}
body {
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
/*    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cbccc8)) fixed;
*/
	background: linear-gradient(85deg, rgba(0, 71, 255, 1), rgba(71, 198, 255, 1), rgba(143, 255, 255, 1)) fixed; 
    font-family: 'Spectral', serif;
    margin-left: 15%;
}

h1 {
    color: white;
    font-size: 3em;
}

.content{
    color: white;
    font-size: 1.5em;
    max-width: 400px;
    margin-right: 10px;
}

.author{
    color: white;
    font-size: 1.5em;
    max-width: 400px;
    margin-top: 50px;    
    margin-right: 10px;
}

.img{
    z-index:-2;
}

/* unvisited link */
a:link {
  color: white;
}

/* visited link */
a:visited {
  color: ghostwhite;
}

/* mouse over link */
a:hover {
  color: lightgray;
}

/* selected link */
a:active {
  color: grey;
}