.app-store-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.apple-store-badge {
    background-image: url(../img/apple.png);
    background-repeat: no-repeat;
    background-size: 86%;
    width: 154px;
    margin-top: 1px;
    margin-right: -20px;
    height: 54px;
}

.android-store-badge {
    background-image: url(../img/android.png);
    background-repeat: no-repeat;
    width: 154px;
    height: 46px;
}
