html {
  min-height: 100%;
}

body {
    font-family: sans-serif;
    text-align: center;

    background: rgb(115,159,184);
    background: -moz-linear-gradient(top, rgba(115,159,184,1) 0%, rgba(247,242,186,1) 100%);
    background: -webkit-linear-gradient(top, rgba(115,159,184,1) 0%,rgba(247,242,186,1) 100%);
    background: linear-gradient(to bottom, rgba(115,159,184,1) 0%,rgba(247,242,186,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#739fb8', endColorstr='#f7f2ba',GradientType=0 );
}

footer {
    font-size: 12px;
}

a {
    color: #2c357f;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

ul {
    text-align: center;
    list-style-position: inside;
}
