@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
#box .elementor-image-box-content {
height: 200px;
}
} .skew span.elementor-button-text {
display: inline-block;
transform: skew(10deg);
}
.posts-per-year {
list-style-type: none;
padding: 0;
margin: 0;
}
.posts-per-year li {
display: flex;
justify-content: space-between;
align-items: center;
margin: 5px 0;
font-size: 15px;
padding-bottom:20px
}
.posts-per-year .year-link {
text-decoration: none;
color: black;
font-family:"IBM Plex Sans", Sans-serif;
font-weight:600; }
.posts-per-year .year-link:hover {
font-weight:900; }
.posts-per-year .post-count {
font-family:"IBM Plex Sans", Sans-serif;
font-weight:300;
font-size:14px;
color:back; }
#comments a ,#comments p,#comments h1,#comments h2,#comments h3,#comments h4,#comments h5,#comments h6{
font-family:"IBM Plex Sans", Sans-serif;
color: #000;
}
#comments input#submit{
font-family:"IBM Plex Sans", Sans-serif;
background-color:#FFD100;
color:black;
border-color:#FFD100;
}
#comments input#submit:hover{
background-color:white;
color:#FFD100;
border-color:#FFD100;
}