/*
Theme Name:   My Child Theme
Template:     twentytwentyfive
*/


.site-main{
    width: 90%;
    max-width: 980px;
    margin: 100px auto;
    font-size: clamp(1rem, 0.818rem + 0.91vw, 1.4rem);
}

.entry-meta{
    margin-bottom: 20px;
}

h3.post-title{
    font-size: clamp(1.6rem, 1.237rem + 1.82vw, 2.4rem);
}