html {
    background: #3c92cc;
    
}
body {
    background: #3c92cc;
    margin: auto
}

.container {
    width: 100%;
    text-align: center;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.title{
    font-size: 130px;
    color: yellow;
}
.store a {
    display: block
}

.store a img {
    margin-top: 20px;
    height: 130px;
}