@charset "UTF-8";

.link-bar {
	text-decoration: underline;
	color : #007bff;
}

@media screen and (max-width: 768px) {

	.topbar {
		display: contents;
	}
}