html {    height: 100%; }
body { 

height: 100%;    margin: 0;    background-repeat: no-repeat;    background-attachment: fixed;
background: #8e9eab;  /* fallback for old browsers */
background: -webkit-linear-gradient(to bottom, #eef2f3, #8e9eab);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to bottom, #eef2f3, #8e9eab); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

 }
#container { max-width: 800px; margin: 50px auto;  }
h1, h2, h3 { text-align: center; font-family: 'Oswald', sans-serif; margin: 0;}
h1 { font-size: 50px; margin-top: 20px; font-style: italic; }
h2 { font-size: 20px; font-weight: 500; margin-bottom: 60px; }
h3 { margin-top: 40px; font-weight: 300; margin-bottom: 30px;}

h3 a { color: black; text-decoration: none; }
h3 a:hover { color: black; text-decoration: underline; }
