/*ISSUES*/

.header2 {
  margin-bottom: 100px;
  background-color: rgba(0, 0, 0, 0);
}

.header2 h2 {
  margin-right: auto;
  margin-left: auto;
  font-family: vt323 Regular;
  color: black;
  font-size: 40px;
  background-color: #eaeaea;
  border: solid 1px black;
  padding: 5px 30px 5px 30px;
  text-transform: uppercase;
}

.bigcontainer2 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
}

.container2 {
  position: relative;
}

.articles a {
  display: block;
  line-height: 2;
}


@media (max-width: 1000px) {                                             
  .header2 {
    position: relative;
    text-align: center;
    font-size: 36px;
  }
}