@import "blogstyle.css";

table, th, tr, td { 
border: none;
}

th {
padding: 10px;
border-bottom: 1px solid #455a59;
}

div.postSummary {
margin: 10px;
border: 1px solid #455a59;
overflow: hidden;
}

.postSummary:hover {
background-color: #455a59;
color: #fdf8ed;
}

h3 {
text-align: center;
}

.text { 
margin-bottom: 2%;
border-bottom: 1px solid #455a59;
}

.firstImg { 
text-align: center;
max-height: 300px;
overflow: hidden;
}

.firstImg img {
object-fit: cover;
}

.small { 
object-fit: cover;
max-height: 250px;
}





