p.ex::before {
    content: "•"; /* Unicode for a bullet point */
    margin-right: 8px; /* Space between the bullet and the element */
    color: black; /* Color of the bullet */
    font-size: 1.2em; /* Size of the bullet */
}

h3 {
    margin-left: 25px;
}