h1 {
  margin-top: 120px;
  font-size: 60px;
  text-align: center;
  font-weight: normal;
}
div.article-list a.article-item {
  display: block;
  background-color: #010c0c;
  border: 1px solid #010c0c;
  margin: 0 auto;
  padding: 20px;
  max-width: 1200px;
  transition: 0.7s;
}
div.article-list a.article-item code {
  background-color: #000;
  border: 1px solid #172d24;
  border-radius: 5px;
}
div.article-list a.article-item:hover {
  border: 1px solid #172d24;
  transform: scale(1.05);
}
div.article-list a.article-item h3 {
  font-size: 24px;
  font-weight: normal;
  padding: 0 10px;
}
div.article-list a.article-item h3 code {
  font-family: 'Bungee', cursive;
  font-size: 20px;
  line-height: 24px;
  padding: 8px 12px;
}
div.article-list a.article-item p {
  font-family: Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
}
div.article-list a.article-item p code {
  font-size: 20px;
  line-height: 20px;
  padding: 2px 8px;
}
@media only screen and (max-width: 960px) {
  h1 {
    font-size: 40px;
  }
  div.article-list a.article-item h3 {
    font-size: 20px;
    line-height: 30px;
    padding: 0 10px;
  }
  div.article-list a.article-item h3 code {
    font-size: 18px;
    line-height: 18px;
    padding: 4px 8px;
  }
  div.article-list a.article-item p {
    font-size: 20px;
    line-height: 28px;
  }
  div.article-list a.article-item p code {
    font-size: 18px;
    line-height: 18px;
    padding: 2px 8px;
  }
}
@media only screen and (max-width: 700px) {
  h1 {
    margin-top: 120px;
    font-size: 42px;
    text-align: center;
    font-weight: normal;
  }
}
.paginator_controls {
  padding: 0px 5px;
  text-align: center;
  height: 50px;
  margin: 10px 0;
}
.paginator_controls button {
  width: 32px;
  height: 32px;
  margin: 10px 2px;
  font-size: 16px;
  border: 1px solid #5f8080;
  color: #a1ffdb;
  background-color: transparent;
  border-radius: 4px;
  font-family: 'Bungee', cursive;
  margin: 0 !important;
}
.paginator_controls button.selected {
  background-color: #032d2f;
  color: #a1ffdb;
  text-shadow: 0 0 5px #63dbad8a;
}
.paginator_controls button:first-child {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.paginator_controls button:not(:first-child):not(:last-child) {
  border-right: none;
  border-radius: 0;
}
.paginator_controls button:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
