* {
    margin: 0;
    padding: 0;
}

body {
    color: #171716;
    background-color: #E1E1FD;
}

/* -----------HEADER SECTION------- */
header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.logoContainer img {
    /* border: 2px solid black; */
    height: 150px;
    width: 150px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 35px;
    padding: 10px;
}

.navBar ul {
    /* border: 2px solid black; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    list-style: none;
    gap: 150px;
    margin: 63px 50px 0 30px;
    padding: 10px;
}

.navBar ul li a {
    text-decoration: none;
    color: #171716;
    font-family: "Lexend Zetta", serif;
}

.navBar ul li :hover {
    text-decoration: none;
    color: #171716;
    font-family: "Lexend Zetta", serif;
    text-decoration: underline;
    text-decoration-color: #171716;
    text-decoration-thickness: 4px;
    cursor: pointer;
}

/* -----MAIN SECTION-------- */
.second {
    border: 1.5px solid #171716;
    margin: 40px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-content: center;
}

/* -------LEFT SECTION-------- */
.leftSection {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    margin: 20px 20px 50px 10px; 
    padding: 10px;
    gap: 20px;
}

.leftSection img{
    height: 250px;
    width: 150px;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
}


/* ---------RIGHT SECTION-------- */
.rightSection {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
h1{
    font-family: "Poppins", serif;
    font-size: 2.2rem;
    margin: 0 10px 0 20px;
}

.artIntro{
    text-align: justify;
    line-height: 1.6;
    font-family: "Poppins", serif;
    font-size: 1.2rem;
    margin: 20px 10px 40px 20px;
}

/* --------FOOTER--------- */
footer{
    font-family: "Poppins", serif;
}