body {
    margin: 0;
    height: 100vh;
    background: linear-gradient(45deg, #42caff, #481282);
    display: flex;
    justify-content: center;
    align-items: center;
}
.container{

}
.logo {
    width: 140px;
    height: 140px;
    border-radius: 15px;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
}
.logo img {
    max-width: 100%;
    max-height: 100%;
}
.store{
    margin-top: 15px;
    width: 140px;
}
.store img{
    width: 100%;
}