html{
background-color: #181818;}


body {
    color: white;

    font-family: "Binchotan_Sharp", Arial, sans-serif;

}

p {
    line-height: 1.25;
}

.wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}

a {
    color: white;
}

.navitem a {
    color: white;
    line-height: 1.5;
}

.navitem {
    list-style-type: none;
    /* Remove bullets */
    padding: 0;
    /* Remove padding */
    margin: 0;
    /* Remove margins */
}

nav ul {
    padding: 0;
    list-style-type: none;
}

nav {
    padding: 1rem;
    align-self: flex-start;
}

.content {
    max-width: 50rem;
    margin: auto;

    /* make sides look nice */
    padding: 1rem;
}