.news_container {
  display: grid;
  text-align: left; /* Centers the list block itself */
  padding-bottom: 50px;
}

.matchresults{
    list-style-type: none;
    text-align: left;
    padding-left:10%;
}

hr {
    width: 100%;
}