#header2 {
  text-align: center;
  text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
}

@media (min-width: 300px) {
  .h1, h1 {
    font-size: 8vw;
    color: #fff;
  }
}

.article-list {
  color: #313437;
  background-color: #fff;
}

.article-list p {
  color: #7d8285;
}

.article-list .articles {
  padding-bottom: 40px;
}

.article-list .item {
  padding-top: 30px;
  text-align: center;
}

.article-list .item .description {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 0;
  color: rgb(204,255,0);
}

a:hover {
  color: #f51e7e;
  text-decoration: blink;
}

