/* Add this CSS to adjust the layout */
.icon-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Your existing CSS styles remain unchanged */
body1 {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f0f0f0;
}

.logo-cluster {
    position: relative;
}

.logo {
    width: 100px; /* Adjust the size as needed */
    height: auto;
    position: absolute;
}

/* Your existing section-title styles remain unchanged */
.section-title {
    max-width: 600px;
}
