body {
    background-color: #2a2a2a;
    margin: 0;
}

#vm-header {
    color: #555;
    margin: 30px 35px;
}

#vm-footer {
    text-shadow: 0px 1px 1px #4d4d4d;
    color: #222;
    font: 80px 'LeagueGothicRegular';
    position: fixed;
    bottom: 10px;
    right: 20px;
}

