@charset "utf-8";

.main-color {
	background: #fcf9fc !important;
}
.sub-color {
	background: #b0adb0 !important;
}
a {
	color:#919194;
}
a:link {
	color:#919194;
}
a:visited {
	color:#919194;
}
a:hover {
	color:#05caf2;
}
a:active {
	color:#05caf2;
}

.btn {
    background-color: #fcf9fc !important;
}
.side h2 {
    background: #b0adb0 !important;
}