
body {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.5;
}

h2 {
  font-size: 14px;
  font-weight: 400;
}

.about {
  margin-top: 300px;
}

.container {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

pre {
  padding: 10px;
}

.rustplay > iframe {
  width: 100%;
  height: 1000px;
}

ul.links {
 list-style: none;
 padding: 0;
}

ul.links > li {
  display: inline-block;
  padding-right: 5px;
}

.recent-articles {
  margin-top: 50px;
  margin-bottom: 0;
}

.recent-articles > ul > li > h1 {
  margin: 0 0 10px 0;
}

.recent-articles > h3 {
  font-weight: 500;
  font-size: 18px;
}

.recent-articles > ul {
  list-style: none; 
  padding: 0;
}

.note-link {
  text-decoration: none;
}

.tags {
  display: none;
  font-weight: 500;
}

