/* never underline links in titles or navigation headers */
nav a, header a {
  text-decoration: none;
}
/* this hide sthe terminal logo at the top of page */
.header__logo {
  display: none;
}
/* removes the fucking dotted lines in blog posts */
.post-title::after {
  display: none;
}