.pwa-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin: 20px 0;
}

.pwa-buttons button {
    background: none;
    border: none;
    cursor: pointer;
}

.pwa-buttons img {
    width: 60px;
    height: auto;
}
