@import url(https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.css);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;800&dsiplay=swap);
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}


.page-wrapper{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.page-header{
    background-color: #222;
    color: #fff;
    padding: 10px;
}
.page-content{
    flex: 1;
    background-color: #eee;
    padding: 50px;
}
.page-title{
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}
.page-content{
    padding: 50px;
}
.page-title-sub{
    font-size: 30px;
    font-weight: bold;
    margin: 40px 0 10px 0;
}


.menu ul{
    display: flex;
    /* margin-left: auto; */
}
.menu a{
    color: inherit;
    text-decoration: none;
    display: block;
    padding: 10px 20px;
}
.menu li:nth-child(2){
    margin-left: auto;
}

.post_banner{
  width: 25%;
}
.posts_banner{
  width: 100%;
  height: 0%;
  display: block;
  font-family: 'Brush King Regular';

}
.admin-table{
  tbody{
    tr{
      td{
        vertical-align: top;
      }
    }
  }
}