/*
    "Yusei Magic" is lisenced under the SIL Open Font License 1.1
    by https://fonts.google.com/specimen/Yusei+Magic
*/
@import url('https://fonts.googleapis.com/css2?family=Yusei+Magic&display=swap');

footer{
    width:                  calc(100% - 1em);
    padding:                0.5em;
    margin:                 1em 0 0 0;
    background:             #ffffff;
    font-family:            "Yusei Magic", sans-serif;
}

footer p.footer_copyright{
    text-align:             center;
    margin:                 1em;
}