.wf-nicomoji { font-family: "Nico Moji"; }
.wf-roundedmplus1c { font-family: "M PLUS Rounded 1c"; }

body {
    margin: auto;
    padding: 1vw;
    width: 99vw;
    max-width: 600px;
    background-color:aliceblue;
}

.dark {
    color: white;
    background-color:dimgrey;
}

.pd1vw {
    padding: 1vw;
}

.site-title {
    margin: 0;
    text-decoration: none;
    color:coral;
}

.site-title:visited {
    color: inherit;
}

h2 {
    font-family: "M PLUS Rounded 1c";
}

footer {
    font-size: small;
}