.subpage #contents{padding-top: 130px;}
@media screen and (max-width: 960px) {
  .subpage #contents {
    margin-top: 0;
    padding-top: 50px;
  }
}
:root body.news h1 .badge{
  background-color: transparent;
  border-color: white;
  color: white;
}
/* @media screen and (max-width: 768px) {
  .h1 h1{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap:10px;
  }
} */