.main-content{
    margin:40px;
    margin-top: calc(var(--header-height) * 1.25);
}


.blog-wrapper{
    width:75%;
    margin:auto;
}

.blog-entry{
    width:100%;
    height:200px;
    margin:auto;
    margin-top:25px;
    margin-bottom:25px;
    border: dimgrey 2px solid;
    border-radius: 10px;
    display:flex;
    align-items: center;
    color:white;
    background-color: rgb(37, 35, 35);
}

.blog-thumb{
    width:25%;
    height:90%;
    margin-left:10px;
    margin-right:10px;
}

.blog-thumb > img{
    width: 100%;
    height:100%;
    object-fit: cover;
    border-radius: 10px;
}

.blog-preview{
    height:90%;
}

.blog-title{
    font-size:2.5em;
    margin-top:0;
}