.app-section {
    padding: 0 0 20px 0;
}

.download-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.download-buttons-left {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: left;
    margin-top: 50px;
}

.store-button-nav {
    display: inline-block;
    transition: opacity 0.2s;
    zoom: 0.7;
}

.store-button {
    display: inline-block;
    transition: opacity 0.2s;
}

.store-button:hover {
    opacity: 0.85;
}

.store-button img {
    height: 60px;
    width: auto;
    display: block;
    zoom: 1.5;
    border: 0;
}

.store-button-nav img {
    height: 60px;
    width: auto;
    display: block;
    border: 0;
}

.store-button-normal img{
    height: 60px;
    width: auto;
    display: block;
    border: 0;
}

@media (max-width: 480px) {
    .download-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .store-button img {
        height: 50px;
    }
}