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

#container {
    text-align: center;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h1 {
    color: #0d67b5;
}

p {
    font-size: 18px;
    margin: 10px 0;
    color: #ffffff;
}

.logo {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.android-users {
    color: #000000;
    max-width: 400px;
    margin-top: 20px;
    margin: 20px auto 0;
    text-align: left;
}
