@charset "utf-8";
@import url("../font/font.css");
.footer_bg {
    background-color: rgb(197, 228, 247);;
    /* padding-top: 20px;
    padding-bottom: 20px; */
	}

.footer_title{
    color: rgb(126, 127, 128);
}
.footer_munu > a:link{
    color: rgb(223, 223, 223);
    text-decoration: none;
}
.footer_munu > a:visited {
    color: rgb(223, 223, 223);
    text-decoration: none;
}
.footer_munu > a:hover {
    color: rgb(223, 223, 223);
    text-decoration: none;
}