@charset "utf-8";

.main-color {
	background: #e371e3 !important;
}
.sub-color {
	background: #21b537 !important;
}
a {
	color:#1808f5;
}
a:link {
	color:#1808f5;
}
a:visited {
	color:#1808f5;
}
a:hover {
	color:#ed8815;
}
a:active {
	color:#ed8815;
}

.btn {
    background-color: #e371e3 !important;
}
.side h2 {
    background: #21b537 !important;
}