@import url('https://fonts.googleapis.com/css2?family=Teko:wght@500&display=swap');

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background: #212020;
}
::-webkit-scrollbar-thumb {
  background: #888;
}
::-webkit-scrollbar-thumb:hover {
  background: #dcdcdc;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1 {
  margin-bottom: 70px;
}

pre {
  font-family: monospace, monospace;
  font-display: auto;
  font-size: 1em;
}
a {
  background-color: initial;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-display: auto;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-display: auto;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
code[class*="language-"],
pre[class*="language-"] {
  color: #ccc;
  background: 0 0;
  font-family: Consolas, Monaco, andale mono, ubuntu mono, monospace;
  font-size: 1em;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
pre[class*="language-"] {
  padding: 1em;
  margin: 0.5em 0;
  overflow: auto;
}
:not(pre) > code[class*="language-"],
pre[class*="language-"] {
  background: #2d2d2d;
}
:not(pre) > code[class*="language-"] {
  padding: 0.1em;
  border-radius: 0.3em;
  white-space: normal;
}
.token.comment,
.token.block-comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #999;
}
.token.punctuation {
  color: #ccc;
}
.token.tag,
.token.attr-name,
.token.namespace,
.token.deleted {
  color: #e2777a;
}
.token.function-name {
  color: #6196cc;
}
.token.boolean,
.token.number,
.token.function {
  color: #f08d49;
}
.token.property,
.token.class-name,
.token.constant,
.token.symbol {
  color: #f8c555;
}
.token.selector,
.token.important,
.token.atrule,
.token.keyword,
.token.builtin {
  color: #cc99cd;
}
.token.string,
.token.char,
.token.attr-value,
.token.regex,
.token.variable {
  color: #7ec699;
}
.token.operator,
.token.entity,
.token.url {
  color: #67cdcc;
}
.token.important,
.token.bold {
  font-weight: 700;
}
.token.italic {
  font-style: italic;
}
.token.entity {
  cursor: help;
}
.token.inserted {
  color: green;
}
:root {
  --phoneWidth: (max-width: 684px);
  --tabletWidth: (max-width: 900px);
}
@font-face {
  font-family: "Rajdhani", sans-serif;
  font-style: normal;
  font-display: auto;
  font-weight: 400;
  src: url(../fonts/Inter-UI-Regular.woff2) format("woff2"),
    url(../fonts/Inter-UI-Regular.woff) format("woff");
}
@font-face {
  font-family: "Rajdhani", sans-serif;
  font-style: italic;
  font-display: auto;
  font-weight: 400;
  src: url(../fonts/Inter-UI-Italic.woff2) format("woff2"),
    url(../fonts/Inter-UI-Italic.woff) format("woff");
}
@font-face {
  font-family: "Rajdhani", sans-serif;
  font-style: normal;
  font-display: auto;
  font-weight: 600;
  src: url(../fonts/Inter-UI-Medium.woff2) format("woff2"),
    url(../fonts/Inter-UI-Medium.woff) format("woff");
}
@font-face {
  font-family: "Rajdhani", sans-serif;
  font-style: italic;
  font-display: auto;
  font-weight: 600;
  src: url(../fonts/Inter-UI-MediumItalic.woff2) format("woff2"),
    url(../fonts/Inter-UI-MediumItalic.woff) format("woff");
}
@font-face {
  font-family: "Rajdhani", sans-serif;
  font-style: normal;
  font-display: auto;
  font-weight: 800;
  src: url(../fonts/Inter-UI-Bold.woff2) format("woff2"),
    url(../fonts/Inter-UI-Bold.woff) format("woff");
}
@font-face {
  font-family: "Rajdhani", sans-serif;
  font-style: italic;
  font-display: auto;
  font-weight: 800;
  src: url(../fonts/Inter-UI-BoldItalic.woff2) format("woff2"),
    url(../fonts/Inter-UI-BoldItalic.woff) format("woff");
}
.button-container {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
button,
.button,
a.button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  margin-bottom: 5px;
  background: #eaeaea;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  border-radius: 8px;
  border: 1px solid transparent;
  appearance: none;
  cursor: pointer;
  outline: none;
}
.dark-theme button,
.dark-theme .button,
.dark-theme a.button {
  background: #3b3d42;
  color: inherit;
}
button.outline,
.button.outline,
a.button.outline {
  background: 0 0;
  border-color: #eaeaea;
  box-shadow: none;
  padding: 8px 18px;
}
.dark-theme button.outline,
.dark-theme .button.outline,
.dark-theme a.button.outline {
  border-color: #3b3d42;
  color: inherit;
}
button.outline :hover,
.button.outline :hover,
a.button.outline :hover {
  transform: none;
  box-shadow: none;
}
button.primary,
.button.primary,
a.button.primary {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 8%);
}
button.primary:hover,
.button.primary:hover,
a.button.primary:hover {
  box-shadow: 0 2px 6px rgba(50, 50, 93, 0.21), 0 1px 3px rgba(0, 0, 0, 8%);
}
button.link,
.button.link,
a.button.link {
  background: 0 0;
  font-size: 1rem;
}
button.small,
.button.small,
a.button.small {
  font-size: 0.8rem;
}
button.wide,
.button.wide,
a.button.wide {
  min-width: 200px;
  padding: 14px 24px;
}
.code-toolbar {
  margin-bottom: 20px;
}
.code-toolbar .toolbar-item a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 8px;
  margin-bottom: 5px;
  background: #eaeaea;
  text-decoration: none;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  border-radius: 8px;
  border: 1px solid transparent;
  appearance: none;
  cursor: pointer;
  outline: none;
}
.dark-theme .code-toolbar .toolbar-item a {
  background: #3b3d42;
  color: inherit;
}
.header {
  background: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 20px;
}
.dark-theme .header {
  background: #252627;
}
.header__right {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 684px) {
  .header__right {
    flex-direction: row-reverse;
  }
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  width: 760px;
  max-width: 100%;
}
.theme-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  cursor: pointer;
}
.theme-toggler {
  fill: currentColor;
}
.unselectable {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: 700;
  font-display: auto;
  font-family: monospace, monospace;
  color: orange;
  font-weight: bold;
}
.logo img {
  height: 44px;
  margin-right: 22px;
}
.logo__mark {
  margin-right: 5px;
}
.logo__text {
  font-size: 1.125rem;
}
.logo__cursor {
  display: inline-block;
  width: 10px;
  height: 1rem;
  background: #fe5186;
  margin-left: 5px;
  border-radius: 1px;
  animation: cursor 1s infinite;
}
@media (prefers-reduced-motion: reduce) {
  .logo__cursor {
    animation: none;
  }
}
@keyframes cursor {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.menu {
  background: #fafafa;
  margin-right: 18px;
  z-index: 9999;
}
.dark-theme .menu {
  background: #252627;
}
@media (max-width: 684px) {
  .menu {
    position: absolute;
    top: 50px;
    right: 0;
    border: none;
    margin: 0;
    padding: 10px;
  }
}
.menu__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  font-size: 1rem;
  list-style: none;
  font-weight: bold;
}
.menu__inner li {
  margin: 0 12px;
}
@media (max-width: 684px) {
  .menu__inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
  }
  .menu__inner li {
    margin: 0;
    padding: 5px;
  }
}
.menu-trigger {
  width: 24px;
  height: 24px;
  fill: currentColor;
  margin-left: 10px;
  cursor: pointer;
}
.menu a {
  display: inline-block;
  margin-right: 15px;
  text-decoration: none;
}
.menu a:hover {
  text-decoration: underline;
}
.menu a:last-of-type {
  margin-right: 0;
}
html {
  box-sizing: border-box;
  line-height: 1.6;
  letter-spacing: 0.06em;
  scroll-behavior: smooth;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Rajdhani", sans-serif;
  font-display: auto;
  font-size: 1rem;
  line-height: 1.54;
  background-color: #fff;
  color: #222;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "liga", "tnum", "case", "calt", "zero", "ss01", "locl";
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
@media (max-width: 684px) {
  body {
    font-size: 1rem;
  }
}
body.dark-theme {
  background-color: #292a2d;
  color: #e1e1e1;
}
h2,
h3,
h4,
h5,
h6 {
  display: flex;
  align-items: center;
  line-height: 1.3;
}
h2 {
  font-size: 1.625rem;
}
h3 {
  font-size: 1.375rem;
}
h4 {
  font-size: 1.125rem;
}
@media (max-width: 684px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.4rem;
  }
  h3 {
    font-size: 1.15rem;
  }
  h4 {
    font-size: 1.125rem;
  }
}
a {
  color: inherit;
}
img {
  display: block;
  max-width: 100%;
}
img.left {
  margin-right: auto;
}
img.center {
  margin-left: auto;
  margin-right: auto;
}
img.right {
  margin-left: auto;
}
figure {
  display: table;
  max-width: 100%;
  margin: 25px 0;
}
figure.left {
  margin-right: auto;
}
figure.left-floated {
  margin-right: auto;
  float: left;
}
figure.left-floated img {
  margin: 20px 20px 20px 0;
}
figure.center {
  margin-left: auto;
  margin-right: auto;
}
figure.right {
  margin-left: auto;
}
figure.right-floated {
  margin-left: auto;
  float: right;
}
figure.right-floated img {
  margin: 20px 0 20px 20px;
}
figure.rounded img {
  border-radius: 50%;
}
figure figcaption {
  font-size: 14px;
  margin-top: 5px;
  opacity: 0.8;
}
figure figcaption.left {
  text-align: left;
}
figure figcaption.center {
  text-align: center;
}
figure figcaption.right {
  text-align: right;
}
code {
  font-family: Consolas, Monaco, Andale Mono, Ubuntu Mono, monospace;
  font-display: auto;
  font-feature-settings: normal;
  background: #eaeaea;
  padding: 1px 6px;
  margin: 0 2px;
  border-radius: 5px;
  font-size: 0.95rem;
}
.dark-theme code {
  background: #3b3d42;
}
pre {
  background: #212020;
  padding: 10px 10px 10px 20px;
  border-radius: 8px;
  font-size: 0.95rem;
  overflow: auto;
}
@media (max-width: 684px) {
  pre {
    white-space: pre-wrap;
    word-wrap: break-word;
  }
}
pre code {
  background: 0 0 !important;
  color: #ccc;
  margin: 0;
  padding: 0;
  font-size: inherit;
}
.dark-theme pre code {
  color: inherit;
}
blockquote {
  border-left: 2px solid;
  margin: 40px;
  padding: 10px 20px;
  color: orange;
  font-weight: bold;
}
@media (max-width: 684px) {
  blockquote {
    margin: 10px;
    padding: 10px;
  }
}
blockquote:before {
  content: "”";
  font-family: Georgia, serif;
  font-display: auto;
  font-size: 3.875rem;
  position: absolute;
  left: -40px;
  top: -20px;
}
blockquote p:first-of-type {
  margin-top: 0;
}
blockquote p:last-of-type {
  margin-bottom: 0;
}
ul,
ol {
  margin-left: 40px;
  padding: 0;
}
@media (max-width: 684px) {
  ul,
  ol {
    margin-left: 20px;
  }
}
ol ol {
  list-style-type: lower-alpha;
}
.container {
  flex: 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.content {
  display: flex;
  flex-direction: column;
  flex: 1 auto;
  align-items: center;
  justify-content: center;
  margin: 0;
}
@media (max-width: 684px) {
  .content {
    margin-top: 0;
  }
}
hr {
  width: 100%;
  border: none;
  background: #dcdcdc;
  height: 1px;
}
.dark-theme hr {
  background: #4a4b50;
}
.hidden {
  display: none;
}
@media (max-width: 684px) {
  .hide-on-phone {
    display: none;
  }
}
@media (max-width: 900px) {
  .hide-on-tablet {
    display: none;
  }
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  width: auto;
  top: 5px;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  z-index: 100000;
}
.posts {
  width: 100%;
  max-width: 800px;
  text-align: left;
  padding: 20px;
  margin: 20px auto;
}
@media (max-width: 900px) {
  .posts {
    max-width: 660px;
  }
}
.posts:not(:last-of-type) {
  border-bottom: 1px solid #dcdcdc;
}
.dark-theme .posts:not(:last-of-type) {
  border-color: #4a4b50;
}
.posts-group {
  display: flex;
  margin-bottom: 1.9em;
  line-height: normal;
}
@media (max-width: 900px) {
  .posts-group {
    display: block;
  }
}
.posts-list {
  flex-grow: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}
.posts .post-title {
  font-size: 1rem;
  margin: 5px 0;
}
.posts .post-year {
  padding-top: 6px;
  margin-right: 1.8em;
  font-size: 1.6em;
  opacity: 0.6;
}
@media (max-width: 900px) {
  .posts .post-year {
    margin: -6px 0 4px;
  }
}
.posts .post-item {
  border-bottom: 1px grey dashed;
}
.posts .post-item a {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 12px 0;
  text-decoration: none;
}
.posts .post-day {
  flex-shrink: 0;
  margin-left: 1em;
  opacity: 0.6;
}
.post {
  width: 100%;
  max-width: 800px;
  text-align: left;
  padding: 20px;
  margin: 20px auto;
}
@media (max-width: 900px) {
  .post {
    max-width: 600px;
  }
}
.post-date:after {
  content: "—";
}
.post-title {
  font-size: 2.625rem;
  margin: 0 0 20px;
}
@media (max-width: 684px) {
  .post-title {
    font-size: 2rem;
  }
}
.post-title a {
  text-decoration: none;
}
.post-tags {
  display: block;
  margin-bottom: 20px;
  font-size: 1rem;
  opacity: 0.5;
}
.post-tags a {
  text-decoration: none;
}
.post-content {
  margin-top: 30px;
}
.post-cover {
  border-radius: 8px;
  margin: 40px -50px;
  width: 860px;
  max-width: 860px;
}
@media (max-width: 900px) {
  .post-cover {
    margin: 20px 0;
    width: 100%;
  }
}
.post-info {
  margin-top: 30px;
  font-size: 0.8rem;
  line-height: normal;
  opacity: 0.6;
}
.post-info p {
  margin: 0.8em 0;
}
.post-info a:hover {
  border-bottom: 1px solid #fff;
}
.post-info svg {
  margin-right: 0.8em;
}
.post-info .tag {
  margin-right: 0.5em;
}
.post-info .tag::before {
  content: "#";
}
.post-info .feather {
  display: inline-block;
  vertical-align: -0.125em;
  width: 1em;
  height: 1em;
}
.post .flag {
  border-radius: 50%;
  margin: 0 5px;
}
.pagination {
  margin-top: 20px;
}
.pagination__title {
  display: flex;
  text-align: center;
  position: relative;
  margin: 30px 0 20px;
}
.pagination__title-h {
  text-align: center;
  margin: 0 auto;
  padding: 5px 10px;
  background: #fff;
  color: #999;
  font-size: 0.8rem;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.1em;
  z-index: 1;
}
.dark-theme .pagination__title-h {
  background: #292a2d;
  color: #73747b;
}
.pagination__title hr {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  margin-top: 15px;
  z-index: 0;
}
.pagination__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination__buttons a {
  text-decoration: none;
  font-weight: 700;
}
.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eaeaea;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 8px;
  max-width: 40%;
  padding: 0;
  cursor: pointer;
  appearance: none;
}
.dark-theme .button {
  background: #3b3d42;
}
.button + .button {
  margin-left: 10px;
}
.button a {
  display: flex;
  padding: 8px 16px;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.button__text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.button.next .button__icon {
  margin-left: 8px;
}
.button.previous .button__icon {
  margin-right: 8px;
}
.footer {
  padding: 40px 20px;
  flex-grow: 0;
  color: #999;
}
.footer__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 760px;
  max-width: 100%;
}
@media (max-width: 900px) {
  .footer__inner {
    flex-direction: column;
  }
}
.footer__content {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1rem;
  color: #999;
}
@media (max-width: 900px) {
  .footer__content {
    flex-direction: column;
    margin-top: 10px;
  }
}
.footer__content > *:not(:last-child)::after {
  content: "•";
  padding: 0 5px;
}
@media (max-width: 900px) {
  .footer__content > *:not(:last-child)::after {
    content: "";
    padding: 0;
  }
}
.footer__content > *:last-child {
  padding: 0 5px;
}
@media (max-width: 900px) {
  .footer__content > *:last-child {
    padding: 0;
  }
}
.glitch {
  position: relative;
  animation: glitch-skew 1s infinite linear alternate-reverse;
}
.glitch::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: 2px;
  text-shadow: -2px 0 #ff00c1;
  clip: rect(44px, 450px, 56px, 0);
  animation: glitch-anim 5s infinite linear alternate-reverse;
}
.glitch::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: -2px;
  text-shadow: -2px 0 #00fff9, 2px 2px #ff00c1;
  animation: glitch-anim2 1s infinite linear alternate-reverse;
}
.glitch-hover:hover {
  position: relative;
  animation: glitch-skew 1s infinite linear alternate-reverse;
}
.glitch-hover:hover::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: 2px;
  text-shadow: -2px 0 #ff00c1;
  clip: rect(44px, 450px, 56px, 0);
  animation: glitch-anim 5s infinite linear alternate-reverse;
}
.glitch-hover:hover::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: -2px;
  text-shadow: -2px 0 #00fff9, 2px 2px #ff00c1;
  animation: glitch-anim2 1s infinite linear alternate-reverse;
}
@keyframes glitch-anim {
  0% {
    clip: rect(60px, 9999px, 41px, 0);
    transform: skew(0.83deg);
  }
  5% {
    clip: rect(82px, 9999px, 62px, 0);
    transform: skew(0.14deg);
  }
  10% {
    clip: rect(55px, 9999px, 71px, 0);
    transform: skew(0.06deg);
  }
  15% {
    clip: rect(34px, 9999px, 94px, 0);
    transform: skew(0.67deg);
  }
  20% {
    clip: rect(21px, 9999px, 10px, 0);
    transform: skew(0.6deg);
  }
  25% {
    clip: rect(66px, 9999px, 62px, 0);
    transform: skew(0.52deg);
  }
  30% {
    clip: rect(99px, 9999px, 75px, 0);
    transform: skew(0.43deg);
  }
  35% {
    clip: rect(35px, 9999px, 39px, 0);
    transform: skew(0.37deg);
  }
  40% {
    clip: rect(91px, 9999px, 98px, 0);
    transform: skew(0.51deg);
  }
  45% {
    clip: rect(53px, 9999px, 2px, 0);
    transform: skew(0.95deg);
  }
  50% {
    clip: rect(35px, 9999px, 31px, 0);
    transform: skew(0.31deg);
  }
  55% {
    clip: rect(7px, 9999px, 88px, 0);
    transform: skew(0.27deg);
  }
  60% {
    clip: rect(19px, 9999px, 72px, 0);
    transform: skew(0.88deg);
  }
  65% {
    clip: rect(54px, 9999px, 85px, 0);
    transform: skew(0.15deg);
  }
  70% {
    clip: rect(9px, 9999px, 78px, 0);
    transform: skew(0.23deg);
  }
  75% {
    clip: rect(96px, 9999px, 3px, 0);
    transform: skew(0.1deg);
  }
  80% {
    clip: rect(73px, 9999px, 28px, 0);
    transform: skew(0.37deg);
  }
  85% {
    clip: rect(14px, 9999px, 68px, 0);
    transform: skew(1deg);
  }
  90% {
    clip: rect(52px, 9999px, 48px, 0);
    transform: skew(0.24deg);
  }
  95% {
    clip: rect(51px, 9999px, 20px, 0);
    transform: skew(0.67deg);
  }
  100% {
    clip: rect(22px, 9999px, 84px, 0);
    transform: skew(0.96deg);
  }
}
@keyframes glitch-anim2 {
  0% {
    clip: rect(97px, 9999px, 86px, 0);
    transform: skew(0.46deg);
  }
  5% {
    clip: rect(82px, 9999px, 9px, 0);
    transform: skew(0.11deg);
  }
  10% {
    clip: rect(52px, 9999px, 58px, 0);
    transform: skew(0.7deg);
  }
  15% {
    clip: rect(31px, 9999px, 19px, 0);
    transform: skew(0.31deg);
  }
  20% {
    clip: rect(85px, 9999px, 32px, 0);
    transform: skew(0.69deg);
  }
  25% {
    clip: rect(55px, 9999px, 47px, 0);
    transform: skew(0.32deg);
  }
  30% {
    clip: rect(81px, 9999px, 92px, 0);
    transform: skew(0.15deg);
  }
  35% {
    clip: rect(41px, 9999px, 50px, 0);
    transform: skew(0.11deg);
  }
  40% {
    clip: rect(92px, 9999px, 65px, 0);
    transform: skew(0.48deg);
  }
  45% {
    clip: rect(98px, 9999px, 34px, 0);
    transform: skew(0.2deg);
  }
  50% {
    clip: rect(4px, 9999px, 98px, 0);
    transform: skew(0.52deg);
  }
  55% {
    clip: rect(12px, 9999px, 62px, 0);
    transform: skew(0.21deg);
  }
  60% {
    clip: rect(37px, 9999px, 75px, 0);
    transform: skew(0.31deg);
  }
  65% {
    clip: rect(66px, 9999px, 62px, 0);
    transform: skew(0.2deg);
  }
  70% {
    clip: rect(88px, 9999px, 15px, 0);
    transform: skew(0.17deg);
  }
  75% {
    clip: rect(88px, 9999px, 88px, 0);
    transform: skew(0.92deg);
  }
  80% {
    clip: rect(14px, 9999px, 99px, 0);
    transform: skew(0.08deg);
  }
  85% {
    clip: rect(85px, 9999px, 78px, 0);
    transform: skew(0.74deg);
  }
  90% {
    clip: rect(10px, 9999px, 88px, 0);
    transform: skew(0.56deg);
  }
  95% {
    clip: rect(70px, 9999px, 38px, 0);
    transform: skew(0.55deg);
  }
  100% {
    clip: rect(3px, 9999px, 67px, 0);
    transform: skew(0.43deg);
  }
}
@keyframes glitch-skew {
  0% {
    transform: skew(-2deg);
  }
  10% {
    transform: skew(-4deg);
  }
  20% {
    transform: skew(5deg);
  }
  30% {
    transform: skew(-3deg);
  }
  40% {
    transform: skew(0deg);
  }
  50% {
    transform: skew(-3deg);
  }
  60% {
    transform: skew(-4deg);
  }
  70% {
    transform: skew(-3deg);
  }
  80% {
    transform: skew(1deg);
  }
  90% {
    transform: skew(1deg);
  }
  100% {
    transform: skew(-1deg);
  }
}
.fplisting {
  position: relative;
  margin: 10px auto;
  font-size: 0.9rem;
}
.fplisting__title {
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.fplisting__listing {
  width: 600px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.list_item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 33.333333%;
  padding: 10px;
}
.dark-theme .list_item {
  background-color: #292a2d;
  color: #a9a9b3;
}
.list_item__logo {
  float: right;
  width: 35%;
}
.list_item__name {
  float: right;
  width: 55%;
  padding-left: 10%;
}


/* The typing effect */

.typewriter h1 {
  color: #fff;
  font-family: monospace;
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em solid orange; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  /* margin: 0 auto;  Gives that scrolling effect as the typing happens */
  letter-spacing: .15em; /* Adjust as needed */
  animation: 
    typing 3.5s steps(30, end),
    blink-caret .5s step-end infinite;
}


@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}
  /* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: orange }
}

/* Responsive Typewriting Header */

@media only screen and (min-width: 1000px) {
  .phone { display: none; }
  .typewriter h1 {
    animation: 
    typing 3.5s steps(30, end),
    blink-caret .5s step-end infinite;
    }
}

@media only screen and (max-width: 1000px) {
  .desktop { display: none; }
  .typewriter h1 {
    animation: 
      typing 2s steps(30, end),
      blink-caret .5s step-end infinite;
    }

}



