body {
    font-family: 'Monserrat';
    margin: 0;
    padding: 0;
    background-color: #789fA7;
    color: #81453A;
}

#poetry-container {
    max-width: 1880px;
    margin: 20px auto;
    text-align: left;
    padding: 0; /* Remove padding */
}

h1 {
    font-size: 2em;
    margin-bottom: 20px;
}

.poem {
    margin-bottom: 50px;
}

.poem h3 {
    font-size: 1.2em;
    line-height: 1.2;
    margin: 0; /* Remove default margin */
    white-space: pre-line;
	color : #333;
}
.date {
    margin-bottom: -10;
    line-height: 0.8;
    font-size: 0.8em; /* Adjust the date font size */
    color: #81453A; /* Adjust the date color if needed */
}
.poem p {
    margin-top: -10;
    font-size: 1.2em;
    line-height: 1.2;
    margin: 0; /* Remove default margin */
    white-space: pre-line;
	color: #333;
}