
.rot-lm-pagecount{
	position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translate(-50%, -0.5rem);
    font-size: 1rem;
    font-weight: 500;
}
.rot-archive article{
	opacity:0;
	transition:opacity .7s;
}
.rot-archive article.arch-visible{
	opacity:1;
}