html {
    position: relative;
    min-height: 100%;
}
body {
    height:100%;
    padding-top: 70px;
    margin-bottom: 80px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px; /* Set the fixed height of the footer here */
    line-height: 40px; /* Vertically center the text there */
    background-color: #f5f5f5;
}

.image {
    width: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.redirect {
    padding: 50px;
    font-size: 35px;
}