body{
    background-color: #008ECC;
    /*background-image: url('');
    background-size: cover;
    background-repeat: no-repeat;*/
}

.center {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 30px;
  }

.footer-link {
    position: absolute;
    bottom: 1%;
    left: 1%;
}