﻿body {
    font-family: 'Encode Sans';
    text-align: center;
    padding: 50px;
    background-color: #f5f5f5;
    color: #333;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #3D658A;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    left: 0;
}
