.category_container{
  margin-left:10%!important;
  margin-right:10%!important;
  margin-top:2%!important;
}
.category_heading{
  left:0px;
  display:inline;
}
.category_path{
  float:right;
  left:99%;
  display:inline;
  color:grey;
}
.after_header_differentiator{
  margin-top:5%;
}
.aside_inside_list_heading{
  background: #8ed6e5
  color: #ffffff;
  padding-top: 1%;
  padding-bottom: 1%;
  border-radius:10px 10px 0px 0px;
  text-align: center;
}
.aside_inside_list_differentiator {
  margin-top: 8.3px;
  margin-bottom: 8.3px;
  border: 0;
  border-top: 1px solid #eee;
}
.aside_inside_name_in_list{
  margin-left:5%;
  text-decoration: none;
  color:#2f2f2f;
}

.category_box_left{
  padding:15% 25% 30% 5%;
  border:1px solid #4768DC;
  height: 100px;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0px 6px 6px 4px rgb(57 57 57 / 18%);
}

.category_box_left:hover{
  background: #8ed6e5
  color: #ffffff;
}

.category_box_right{
  padding:15% 25% 30% 5%;
  border:1px solid #4768DC;
  height: 100px;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0px 6px 6px 4px rgb(57 57 57 / 18%);
}
.category_box_right:hover{
  background: #8ed6e5
  color: #ffffff;
}
@media screen and (max-width: 800px) {
  .category_box_right{
    margin-top:20px;
  }
  aside{
    margin-top:20px;
  }
  .category_article_name{
    font-size: 14px;
  }
}

/* <!-- Pagination --> */
.pagination {
  display: inline-block;
  width: 100%;
  font-size: 20px;
}

.pagination a {
  color: black;
  float: center;
  padding: 8px 16px;
  text-decoration: none;
}

@media screen and (max-width: 800px) {
  .pagination a {
    padding: 8px 5px;
  }
}
