#content {
    display: inline-flex;
    width: 100%;
    flex-direction: column;
    border: 1px solid black;
}

#poem {
    overflow-y: scroll;
    display: block;
    height: 97%;
}

#container {
    display: flex;
    height: 99%;
}

div {
}

#image {
    width: 100%;
    height: 100%;
}

#sidebar {
    border: 1px solid black;
    flex-direction: column;
    width: 29%;
}

#order {
    border: 1px solid black;
    display: flex;
    justify-content: space-around;
}

.order {
    display: flex;
}

.overtext {
    display:flex; 
    background-color:#272727a1; 
    color: #dfdfdfc7;
}

#forkgh {
	position: absolute;
	top: 0px;
	right: 0px;
}