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

.container {
    text-align: center;
    max-width: 900px;
    padding: 30px;
}

.logo {
    max-width: 70%;
    height: auto;
    margin-bottom: 40px;
}

.title {
    font-family: 'Dhurjati', sans-serif;
    font-size: 52px;
    margin-bottom: 30px;
}

.text {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.separator {
    margin: 35px 0;
    font-size: 24px;
}

.instagram {
    margin-top: 40px;
    font-size: 16px;
}

.instagram a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

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