html {
    height: 100%;
    overflow: hidden;
}

.header {
    margin-top: 3%;
    font-size: 20pt;
    text-align: center;
    color: #e5cedb;
}

body {
    background-image: linear-gradient(#0c3448, #12A3EB);
}

div#outer {
    height: 100%;
    width: 100%;
    padding: 0% 0;
}

div#container {
    margin-top: 10%;
}

#topic{
    text-align: center;
    color: #e5cedb;
    font-size: 26pt;
    font-weight: bold;
    font-family: Serif, Verdana;
}

#paragraph {
    text-align: center;
    color: #e5cedb;
    font-size: 20pt;
    font-weight: bold;
    font-family: Serif, Verdana;
}

a:link, a:visited, a:active { 
  text-decoration: none;
    color: #fcf985;
}

#paragraph a:hover {
    color: #f97c39;
}

#comments {
    text-align: center;
    color: #b6adbc;
    font-size: 12pt;
    font-family: Serif, Verdana;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 8%;
    background-color: blue;
    color: #e5cedb;
    text-align: center;
}

.footer a:hover {
    text-decoration: underline;
    font-size: 1.25em;
}