@import url("https://fontsapi.zeoseven.com/570/main/result.css");

* {
    font-family: "Fusion Pixel 12px Mono latin";
    font-weight: normal;
}

.copyright-footer {
	position: fixed;
	text-align: center;
	bottom: 0px;
	height: 30px;
}

.title-stick {
	position: sticky;
	top: 10px;
	padding: 10px 0;
	background-color: #f8f9fa;
	border-color: 1px solid black;
}

.fa {
    font-size: 8px;
}