body {
    margin: 0;
}

html {
    background-color: rgba(0, 0, 0, 0.842);
}

.list {
    margin-left: 20px;
    margin-right: 20px;
}

.item {
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    color: white;
    font-family: system-ui;
    display: flex;
    flex-direction: column;
    
    background-color: rgba(0, 0, 0, 0.247);

}

.verses {
    font-size: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
    white-space: pre-line;
    text-wrap-mode: nowrap;
}

.date {
    font-size: 15px;
    flex-grow: 1;
    margin: 10px;
    text-align: right;
}
