@charset "UTF-8";

html {
	width:100vw;
	height:100vh;
	margin:0;
}
body{
	width:95vw;
	height:auto;
	margin:0 auto;
	text-align: left;

	background-color: rgba(0, 0, 0, 0.62);

	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	color: #cccccc;
}
.nav-link.active.disable {
	float: left !important;
	clear: both !important;
}

.nav-link {
	float: right !important;
	clear: both !important;
}
