body {
    font-family: 'Times New Roman', Times, serif;
    background-color: #3D3D3D;
    color: white;
    font-size: 17px;
}

h1 {
    font-size: 25px;
    font-weight: normal;
    color: #ffe8d3;
    letter-spacing: 0.1em;
}

h2 {
    font-size: 20px;
    font-weight: normal;
    color: #ffe8d3;
    letter-spacing: 0.2em;
}

h3 {
    font-size: 17px;
    font-weight: medium;
    color: white;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-height: 75vh;
    width: 75%;
    margin: auto;
    border: solid white;
    padding: 10px;
    overflow: scroll;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.top {
    margin: auto;
    width: 90%;
    text-align: center;
    border-bottom: solid white;
}

.main {
    padding: 10px;
    max-width: 90%;
    display: flex;
    flex-direction: column;
    width: 90%;
    overflow-y: scroll;
}

.main::-webkit-scrollbar {
	display: none;
}

.essay p {
    text-indent: 30px;
    line-height: 2;
}

a:link,
a:visited {
    color: #D3EAFF;
    text-decoration: none;
}

.footnotes {
    border-top: dashed white;
}
.footnotes li {
    text-indent: 15px;
    line-height: 2;
}

pre {
    width: 100%;
}

pre code {
    background-color: #eee;
    border: 1px solid #999;
    display: block;
    padding: 20px;
    color: black;
    width: 95%;
	white-space: pre-wrap;
	word-wrap: break-word;
  }

.inline-code {
    font-family: 'Courier New', Courier, monospace;
    font-size: 16px;
}
