
body {
    font-family: sans-serif;
    margin: 0;
    background-color: #f4f4f4;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.container {
    text-align: center;
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.logo {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
}

h1 {
    font-size: 2.5em;
    margin-bottom: 10px;
}

p {
    color: #666;
    margin-bottom: 30px;
}

.play-store-button img {
    width: 200px;
}

footer {
    margin-top: 30px;
    color: #999;
}

.org-logo {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}
