        body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
        }
        header {
            background-color: #f2f2f2;
            padding: 10px;
            display: flex;
            align-items: center;
        }
        #logo {
            width: 100px;
            height: auto;
            margin-right: 20px;
        }
        #description {
            text-align: center;
            padding: 50px 0;
        }

	#ios-app-link {
            background-image: url('img/apple-badge.png'); /* Replace with your iOS app store image */
            background-size: contain;
            width: 150px;
            height: 50px;
            display: inline-block;
            text-indent: -9999px;
        }
        #android-app-link {
            background-image: url('img/google-play-badge.png'); /* Replace with your Android Google Play image */
            background-size: contain;
            width: 150px;
            height: 50px;
            display: inline-block;
            text-indent: -9999px;
        }


        #app-links {
            text-align: center;
            margin: 20px 0;
        }
        #app-links a {
            margin: 0 10px;
            color: #007bff;
            text-decoration: none;
        }
        #video-container {
            text-align: center;
            margin: 30px 0;
        }
        #privacy-link {
            display: block;
            text-align: center;
            margin: 20px 0;
            color: #007bff;
            text-decoration: none;
        }

.links {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.links a {
    margin: 0 10px; /* Adjust horizontal spacing */
    text-decoration: none;
    color: #007bff;
    font-size: 14px;
}

        footer {
            background-color: #f2f2f2;
            text-align: center;
            padding: 10px;
        }
