#essay-and-controller-container{
		display: flex;
		flex-direction: row-reverse;
		align-items: flex-start;
		gap: 1rem;
	}
	#essay-controllers{
		display: flex;	
		position: sticky;
		top: 3rem;
		flex-direction: column;
		gap: 3rem;
	}
	#essay-controllers button{
		background: none;
		transition: all 0.25s ease-in-out;
    	opacity: 0.8;
	}
	#previous-btn:hover {
		transform: translateY(-0.5rem);
		opacity: 1;
	}
	#next-btn:hover {
		transform: translateY(0.5rem);
		opacity: 1;
	}
	#essay-controllers i{
		transform: rotate(90deg);
	}
	#essay-container{
		overflow: auto
	}
	#bunz-article *{
		vertical-align: bottom;
		line-height: 2;
	}
	.indented-para{
		text-indent: 3.25rem;
        margin: 0;
	}
    #ng-article .indented-para{
        margin-bottom: 1rem;
    }
    .indented-citation{
        padding-left: 3.25rem;
        text-indent: -3.25rem;
        overflow-wrap: break-word;
    }
	.center-align{
		text-align: center;
	}
	.essay-item:not(:last-child){
		margin-bottom: 5rem;
	}
	.essay-item:not(:first-child){
		margin-top: 5rem;
	}
    .essay-item a{
        color: var(--link);
        font-weight: 400;
    }
    #best-kept-secret-essays .essay-item h4{
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    #infinity-variety-essays .essay-item h4, #infinity-variety-essays .cite-sec-title, #infinity-variety-essays .essay-author{
        text-align: center;
    }
    #infinity-variety-essays .essay-item p{
        line-height: 2rem;
    }
    .cite-sec-title{
        margin-bottom: 1rem;
    }
	.no-margin{
		margin-bottom: 0;
	}
	#chick-article p{
		margin-bottom: 0.5rem;
	}

    .img-frame-horizontal {
        background-size: cover;
        background-position: center;
    }

    .footnote{
        margin-top: 5rem;
        position: relative;
    }
    .footnote::before{
        content: " ";
        width: 13.5rem;
        height: 1px;
        background: #222;
        position: absolute;
        left: 0;
        top: 0;
    }