*{
    padding: 0;
    margin: 0;
}

a{
    text-decoration: none;
    color: black;
}


.header{
    background-color: #DFC9FF;
}

.header h1{
    text-align: center;
    padding-top: 20px;
}

.title-wrapper{
    display: flex;
    justify-content:left;
    align-items: center;
    height: 250px;

}

.title-wrapper img{
    width: 20%;
    height: auto;
}

.title-description{
    padding-left: 60px;
}

.BOX p{
    background-color: #D9D9D9;
    margin: 40px;
    text-align: center;
    align-items: center;

}

.nav-wrapper{
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}

.nav-wrapper a{
    margin: 20px;

}

.nav-wrapper p {
    padding: 25px 70px;
    background-color: #D9D9D9;
}

/*main*/

.main-bg-color{
    background-color: #DFC9FF;
    display: flex;
    justify-content: center;
}

.main-bg-color img{
    padding: 50px;
    width: 30%;
    height: auto;
}

.content-wrapper img{
    width: 120px;
}

.pl-wrapper{
    display: flex;
    padding: 50px;

}

.pl-wrapper img{
    border-radius: 50%;
}

.pl-text{
    padding: 30px;
}

/*section*/

.section-wrapper{
    background-color: #D9D9D9;
    max-width: 70%;
    display: block;
    margin: 60px auto;
    height: auto;

}



.article-text p{
    padding-left: 50px;

}

.article-text h3{
    padding-left: 50px;
}

footer{
    background-color: #DFC9FF;
    margin-top: 100px;
}

footer p{
    color: black;
    text-align: center;
}

.article{
    display: flex;
    justify-content: center;
}

.article-text h3{
    padding: 18px;
}

.article h2{
    padding: 28px;
    text-align: center;

}

.article-text img{
    width: 28%;
    box-shadow: 2px 1px 1px 1px black;
    margin: 18px;
}