body {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    margin-top: 20px;
    line-height: 30px;
    background-color: #F8F9FA;
    display: flex;
    height: 100vh;
    margin-inline: 16%;
}

.citations {
    max-width: 40em;
    flex: 1;
    margin-left: 20em;
    justify-content: center;
}

.menu {
    max-width: 18em;
    overflow-y: auto;
    height: 100vh;
    scrollbar-width: none;
    -ms-overflow-style: none;
    position: fixed;
}

h2 {
    color: #1E3A8A;
    border-bottom: 2px solid #664;
    padding-bottom: 5px;
}

p {
    color: #333333;
    padding: 0 2em;
}