body {
    background-color: #111;
    color: #C9DB2B;
    font-family: 'Exo 2', sans-serif;
    padding: 10px;
}

h1 {
    font-family: 'Exo 2', sans-serif;
}

#download {
    text-align: center;
    margin-bottom: 20px;
}

#images {
    text-align: center;
}

#images img {
    border-radius: 40px;
    max-width: 100%;
    border: #999 solid 1px;
    margin-bottom: 10px;
}

#footer {
    text-align: center;
    font-style: italic;
}

a:link {
    color: #C9DB2B;
}

/* visited link */
a:visited {
    color: #C9DB2B;
}

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

/* selected link */
a:active {
    color: #C9DB2B;
}