body {
    background: #FFFFFF;
    color: #EF1D26; /* dark red */
    font-family: open-sans, monospace;
    max-width: 700px;
    margin: 0 auto;
    padding: 20px;
}

.header-line {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 30px;
}

.header-line h1 {
    text-align: left;
    margin-left: 0;
    color: #EF1D26;
    font-family: open-sans, monospace;
    font-size: 42px;
    padding-bottom: 10px;
    width: fit-content;
}

#today {
    color: #EF1D26;
    font-size: 14px;
    margin-right: 15px;
    font-style: italic;
}

.post {
    color: #C1BAB4;
    margin-bottom: 40px;
    padding-left: 15px;
    border-left: 1.5px solid #EF1D26;
}

.date {
    font-size: 12px;
    font-style: italic;
    color: #EF1D26;
    margin-bottom: 5px;
}

.content {
    font-size: 20px;
    line-height: 1.5;
    color: #EF1D26;
    font-weight: bold;
    margin-bottom: 10px;
}

.details {
    margin-top: 10px;
    font-size: 15px;
    color: #47515A;
    line-height: 1.5;
}
