html {
    height: 100%
}

body {
    margin: 0;
    min-height: 100%;
    background-color: #ffffff;
    background-size: 100% 100%;
}

.center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.bottom-image {
    position: absolute;
    bottom: 40px;
    width: 210px;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
}