#section{
    width: 70%;
    margin: auto;
    justify-content: center;
    margin-top: 130px;
    font-family: 'Poppins';
}
#section h6{
    font-weight:800;
    font-style: italic;
}
#section h3{
    font-size: x-large;
    justify-content: center;
    font-style: normal;
    font-weight: bold;
    display: flex;
    margin: 20px;
}

#section h5{
    font-style: italic;
}