body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
}

h1, h2 {
    text-align: center;
}

#qr-container {
    text-align: center;
}

.app-links {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 20px;
}

.app-link {
    text-align: center;
}

.app-link img {
    width: 150px;
    height: auto;
}

.qr-code {
    margin-top: 20px;
}

.hidden {
    display: none;
}

.margin-from-top {
    margin-top: -5px
}