article ul {
    padding-left: 25px;
    list-style: inside;
}

article ul li::marker {
    padding-right: 5px;
}

article a {
    color: var(--accent-light);
    text-decoration: none;
}

article a:hover {
    text-shadow: 0px 0px 3px var(--accent-light);
}

article img {
    border: 2px solid white;
}