.left { 
    float: left; 
    width: 50%; 
}

.right { 
    float: right; 
    width: 50%; 
    text-align: right; 
}


body .poem-nav {
    clear: both;  
    justify-content: center;
    margin-top: 2rem;
    position: static !important; 
}