.post-content {
    max-width: 800px;
    /* Adjust the width as needed */
    margin: auto;
    padding: 20px;
    background-color: #f8f9fa;
    /* Light background for the post */
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* subtle shadow */
}

.post-title {
    color: #333;
    margin-bottom: 20px;
}

.post-lyrics {
    text-align: justify;
    line-height: 1.6;
}