html, body {
    height: 100%;
    color: #FF4D00;
    background-color: #0052CC;
    text-shadow: #000000 1px 1px 0, #000000 2px 2px 0, #000000 3px 3px 0, #000000 4px 4px 0, #000000 5px 5px 0, #000000 6px 6px 0;
}

.footer {
    width: 100%;
    text-align: center;
    padding: 16px 0;
    background-color: #0052CC;
    color: #FF4D00;
    position: fixed;
    left: 0;
    bottom: 0;
    box-shadow: 0 -2px 8px rgba(0,0,0,0.12);
}
