html {
    /* font-family: monospace; */
    font-family: 'Times New Roman', Times, serif;
    /* line-height: 1.5; */
}

body {
    color: black;
    margin: auto;
    max-width: 1000px;
    padding: 1em 1em;

}

.bookmark {
    /* color: red; */
}

header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: flex-end;
    margin-bottom: 0.5em;
}

nav {
    padding-bottom: 0.5em;
    font-size: 1em;
    max-width: 700px;
}

h1 {
    font-size: 1em;
    font-weight: normal;
    color: black;
}

h1 a {
    color: inherit;
}

h2 {
    background-color: black;
    color: white;
    margin: auto;
    padding: 0.15em;
    font-weight: normal;
}

/* p {
    max-width: 80vw;
} */

.redact {
    background-color: rgb(0, 0, 0);
    color: transparent;
    user-select: none;
}

footer {
    display: flex;
    /* flex-direction: row; */
    justify-content: space-between;
    /* align-items: center; */
    width: 100%;
    margin-top: 0.5em;
}

footer a {
    color: red;
}

/* To the top link styles */
.to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    /* background-color: black; */
    /* color: red; */
    padding: 10px 15px;
    /* text-decoration: none; */
    font-size: 1em;
    /* transition: background-color 0.3s ease; */
    z-index: 1000;
}

/* .to-top:hover {
    background-color: #333;
} */

/* @media (max-width: 800px) {
    nav {
        max-width: 85%;
    }
} */