@font-face {
    font-family: "Niconne";
    src: url("../Fonts/Niconne.ttf");
}

@font-face {
    font-family: "Allura";
    src: url("../Fonts/allura/Allura-Regular.otf");
}

#mandir {
    width: 37%;
}

#logo {
    margin-top: 2vw;
    font-family: "Niconne";
    font-size: 7vw;
    text-align: center;
}

h2 {
    font-family: "Allura";
    font-size: 3.0vw;
    text-align: center;
}

#footer {
    text-align: center;
    font-size: 1.5vw;
}

#bug_font {
    font-family: "Allura";
}

#bug_logo {
    position: relative;
    width: 2%;
}

@media screen and (max-width: 40em) {
    body {
        line-height: 100%;
    }
    #mandir {
        margin-top: 30%;
        width: 100%;
    }
    #logo {
        font-size: 10vw;
    }
    h2 {
        font-size: 7vw;
    }
    #footer {
        font-size: 4.5vw;
    }
    #bug_logo {
        width: 7%;
    }
}