@import "https://projects.danonymous.blog/stylesheet/main.css";

#nav-logo {
    height: 2.72rem;
    width: 10.68rem;
    margin: 0;
    padding: 0;
}

nav a.current {
    font-weight: bold;
}

/* footer {
    text-align: start;
} */

button,
a.button {
    background-color: var(--header);
    color: var(--bg);
}

h3 {
    color: var(--muted);
}

h2+h3 {
    margin-top: 0;
}

h4 {
    font-style: italic;
    color: var(--muted);
}

h3+h4 {
    margin-top: 0;
}

h3+ul, h4+ul, h3+p, h4+p {
    margin-top: 0;
}