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

.container {
    text-align: center;
}


.centered-image {
    width: 50%; /* Adjust as needed */
    margin-bottom: 20px; /* Space between image and text */
}

.development-text {
    font-size: 24px; /* Adjust as needed */
    color: #ffffff; /* Adjust color as needed */
}


/* PRIVACY POLICY */

.centered-image-privacy {
    width: 20%; /* Adjust as needed */
    margin-bottom: 20px; /* Space between image and text */
}

.image-div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.content {
    height: 100%;
    width: 80%; /* Adjust as needed */
    margin: 0 auto; /* Center the content */
    margin-top: 30px;
    font-family: Arial, sans-serif;
}

.content h1 {
    font-size: 28px; /* Adjust as needed */
    color: #ffffff; /* Adjust color as needed */
    margin-bottom: 20px; /* Space after the heading */
}

.content h3 {
    font-size: 18px; /* Adjust as needed */
    color: #ffffff; /* Adjust color as needed */
    margin-bottom: 20px; /* Space after the heading */
}

.content p {
    font-size: 16px; /* Adjust as needed */
    color: #ffffff; /* Adjust color as needed */
    line-height: 1.6; /* Adjust line height as needed */
    margin-bottom: 15px; /* Space after each paragraph */
}

.content li {
    font-size: 16px; /* Adjust as needed */
    color: #ffffff; /* Adjust color as needed */
    line-height: 1.6; /* Adjust line height as needed */

}

.content a {
    color: #7274f7; /* Adjust link color as needed */
    text-decoration: none;
}

.content a:hover {
    text-decoration: underline;
}


@media only screen and (max-width: 600px) {
    .centered-image-privacy {
        width: 40%; /* Adjust as needed */
        margin-bottom: 20px; /* Space between image and text */
    }
} 

@media only screen and (min-width:600px) and (max-width: 1200px) {
    .centered-image-privacy {
        width: 30%; /* Adjust as needed */
        margin-bottom: 20px; /* Space between image and text */
    }
} 