@font-face {
    font-family: "STKaiti", cursive;
    src: url('FranklinGothicURWLig.ttf') format('truetype');
}

.navbar-nav {
    margin-left: auto;
}

.grayscale-image {
    filter: grayscale(100%);
}

body {
    font-family: "STKaiti", cursive;
    background-color: rgb(252,252,252) !important;
    color: #575757;
}

p {
    font-family: "STKaiti", cursive;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 0;
}

figure {
  margin: 0 0 0;
}

figcaption {
  margin: 0.5rem 0 1.5rem;
}

.nav-link {
    font-family: fangsong;
    font-size: 14px;
    color: #999;
}
    .nav-link :hover {
        color: #e8548d
    }
    .nav-link:focus, .nav-link:hover {
        color: #e8548d
    }
.newh1 {
    font-family: "STKaiti", cursive;
    font-weight: 400;
    color: black;
    font-size: 24px;
}
.copyright {
    font-size: 15px;
}
a{
    color:black;
}
.bg-light {
    background-color: rgb(252,252,252) !important;
}
.navbar-light {
    background-color: rgb(252,252,252) !important;
}