article>section {
    margin-top: 4rem;
}
article a {
    color: var(--neutral);
}
article a:hover {
    color: var(--main);
}