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

.container {
    width: 90%;
    max-width: 400px;
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}
.bold {
    font-weight: bold;
}
.hint-ios img {
    width: 100%;
    height: auto;
    display: block;
    margin: 10px 0 0px 0;
}

.content {
    padding: 32px;
}

.logo {
    width: 120px;
    height: 120px;
}

.description {
    margin: 20px 0;
}

.checkbox-container {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.checkbox-container input {
    margin-right: 10px;
}

#app-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

#app-info-text {
    justify-content: center;
}

.open-btn {
    background-color: black;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 10px;
}

.open-btn:hover {
    background-color: black;
}

.store-buttons {
    display: flex;
    justify-content: center;
}

.store-icon {
    padding: 0 10px;
    height: 40px;
}
.qrcode-wrapper {
    margin: 0 0 20px 0;
    text-align: center;
}
.qrcode-wrapper img {
    width: 200px;
    height: 200px;
    margin: auto;
}
.text-open-qrcode {
    margin: 0 0 20px 0;
}