html, body {
    justify-items: center;
    text-align: left;
    font-family: "EB Garamond", serif;
    font-style: normal;
    line-height: 1.6;
    font-size: large;
    font-weight: 300;
    margin: 0;
    background-color: rgb(255, 255, 255);
}

footer {
    position: fixed;
    right: 0;
    bottom: 0;
    max-width: 100%;
    border-radius: 5px;
    text-align: right;
    padding: 10px;
    font-size: 20px;
    font-style: bold;
    background-color: rgb(255, 255, 255);
}

button {
    background-color: rgba(0, 0, 0, 0);
    border: rgba(0, 0, 0, 0);
    font-size: 18px;
    color: rgb(0, 0, 0);
    font-style: oblique;
}

button:hover {
    color: rgb(97, 78, 64);
}

#theentirefuckingthing {
    max-width: 500px;
    margin: 0 auto;
    white-space: normal;
    overflow-wrap: break-word;
    background-color: white;
    padding: 10px;
}

#theentirefuckingthing img {
    display: block;
    margin: 0 auto;
}

h1, h2 {
    line-height: 34px;
}