/* CSS ABOUT */
h2 {
    margin-top: 10px;
    margin-bottom: 5px;
}

p, b {
    text-align: justify;
    text-justify: inter-word;
    margin-top: 7px;
    margin-bottom: 7px;
    /* font-size: 16px; */
}

li {
    text-align: justify;
    text-justify: inter-word;
}

ul {
    margin-top: 5px;
    margin-bottom: 5px;
}