.content-area {
    font-family: 'Roboto', sans-serif;
    max-width: 800px; 
    margin: 0 auto; 
    padding: 20px; 
    background-color: #ffffff; 
    box-sizing: border-box; 
}

.entry-header {
    margin-bottom: 20px; 
}

.entry-title {
    font-size: 30px; 
    color: #333; 
    margin-bottom: .5em;
}

.entry-date {
    font-size: 1rem; 
    color: #666; 
    margin-bottom: 2em; 
    border-bottom: 1px solid #ccc; 
    padding-bottom: 1em; 
}

.entry-content {
    font-size: 1rem; 
    line-height: 1.6; 
    color: #444; 
}

@media (max-width: 768px) {
    .content-area {
        max-width: 100%; 
        margin-left: 10px;
        margin-right: 10px;
    }

    .entry-title {
        font-size: 24px; 
    }

    .entry-date {
        font-size: .9rem; 
        margin-bottom: 1.5em; 
        padding-bottom: .5em; 
    }

    .entry-content {
        font-size: 0.9rem; 
    }
	
	.entry-content h2 {
        font-size: 20px; 
    }
}
