@charset "utf-8";

.main-color {
	background: #000000 !important;
}
.sub-color {
	background: #ff9d00 !important;
}
a {
	color:#1808f5;
}
a:link {
	color:#1808f5;
}
a:visited {
	color:#1808f5;
}
a:hover {
	color:#bd0000;
}
a:active {
	color:#bd0000;
}

.btn {
    background-color: #000000 !important;
}
.side h2 {
    background: #ff9d00 !important;
}