*{
    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*/

h3{
    text-align: center;
}

.main-wrapper{
    margin: 98px;
   
}

.side-menu{
    background-color: #ebebeb;
    width: 280px;
    height: auto;
    padding: 28px;
}

.article-li li{
    margin: 48px;
    margin-left: 18px;
    font-size: 18px;
}

.main-wrapper{
    display: flex;
    width: 90%;
}

.content h2{
    text-align: center;
}

.content h3{
    margin: 28px;

}

.content{
    width: 780px;
    margin: 38px;
}

span{
    font-weight: bold;
}

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

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