:root{
    --link: red;
    border-top: 0;
}

.nicediv{
    background-color: var(--lesslight);
    padding: 1em;
}

a:active{
	outline: none;
}