body { 
    width: 4000px; 
}
      
p { 
    float: left; 
    width: 300px; 
    margin: 20px;
}

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