.buttons {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
}

.store-link {
    width: 180px;
    height: 60px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.playstore {
    background-image: url('../images/google-play-logo.svg');
}

.appstore {
    background-image: url('../images/app-store-logo.svg');
}