.container {
    text-align: center;
}

#info {
    /* put it to the bottom */
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    box-sizing: border-box;

    /* padding and color */
    color: gray;
    padding: 15px;
}