body {
    margin: 0;
    font-family: "Zen Maru Gothic", sans-serif;
}


header {
    background-color: #333;
    color: white;
    padding: 10px;
    font-family: "Zen Maru Gothic", sans-serif;
}

footer{
    background-color: #333;
    color: white;
    text-align: right;
    padding-right: 20px;
}

footer p {
    margin: 0;
}

nav {
    margin-top: 10px;
    font-family: "Zen Maru Gothic", sans-serif;
}

nav a {
    color: white;
    text-decoration: none;
    margin-right: 20px;
    font-family: "Zen Maru Gothic", sans-serif;
}