body {
    background:  darkred;
}

.info {
    position: fixed;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
    font-family: Georgia;
}

.info a {
    color: red;
}
