#poetry_container {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.poem {
    margin: auto;
    width: 100%;
    max-width: 750px;
}

.poem h1 {
    text-align: center;
    margin-bottom: 25px;
    font-family: 'Playfair Display';
    font-size: 30px;
}

.poem p {
    font-size: 20px;
}

#poetry_container hr {
    margin: 50px auto;
    width: 50%;
}

#one {
    font-family: 'Lustria';
}
