body {
    background-color: #f2f2f2;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 18px; 
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;    
    margin-top: 100px;
}

.container {
    text-align: center;
    margin-top: 10px;
}

h1 {
    color: #333;
}

p {
    color: #666;
}

.container {
    width: 60%;
    background-color: #f0f0f0;
    padding: 2% 5%;
    border-radius: 5px;
    text-align: center;
}

.download-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #12c335;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.2s;
    cursor: pointer;
}

.download-btn:hover {
    background-color: #198b2e;
}

.app-image {
    max-width: 60%; 
    margin-right: 5px; 
}

@media screen and (max-width: 768px) {
    .container {
        width: 80%; /* Adjust container width for smaller screens */
        text-align: center; /* Align text to the left on smaller screens */
        padding: 5% 3px; /* Adjust padding for smaller screens */
    }

    .download-btn {
        margin-top: 3px; /* Add margin to the download button on smaller screens */
    }

    .centered {
        flex-direction: column; /* Stack items vertically on smaller screens */
    }

    footer {
        position: static; /* Reset position to static on smaller screens */
    }
}


.container {
    text-align: center;
    margin-top: 10px;
}

h1 {
    color: #333;
}

p {
    color: #666;
}

.container {
    width: 60%;
    background-color: #f0f0f0;
    padding: 2% 5%;
    border-radius: 5px;
    text-align: center;
}

.download-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #12c335;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.2s;
    cursor: pointer;
}

.download-btn:hover {
    background-color: #198b2e;
}

.app-image {
    max-width: 60%; 
    margin-right: 5px; 
}

@media screen and (max-width: 768px) {
    .container {
        width: 80%; /* Adjust container width for smaller screens */
        text-align: center; /* Align text to the left on smaller screens */
        padding: 5% 3px; /* Adjust padding for smaller screens */
    }

    .download-btn {
        margin-top: 3px; /* Add margin to the download button on smaller screens */
    }

    .centered {
        flex-direction: column; /* Stack items vertically on smaller screens */
    }

    footer {
        position: static; /* Reset position to static on smaller screens */
    }
}
