.centered-bps {
  display: inline-block;
  margin: 0px;
  padding-left: 0px;
}

@font-face {
  font-family: "Android-Action-Bar-Icon-Pack"; /* https://github.com/Turbo87/Android-Action-Bar-Icon-Pack-Font */
  src: url("assets/fonts/Android-Action-Bar-Icon-Pack.eot");
  src:
    url("asset/sfonts/Android-Action-Bar-Icon-Pack.eot?#iefix")
      format("embedded-opentype"),
    url("assets/fonts/Android-Action-Bar-Icon-Pack.svg#Android-Action-Bar-Icon-Pack")
      format("svg"),
    url("assets/fonts/Android-Action-Bar-Icon-Pack.woff") format("woff"),
    url("assets/fonts/Android-Action-Bar-Icon-Pack.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "DOS";
  src: url("assets/More Perfect DOS VGA.ttf") format("truetype");
}

@font-face {
  font-family: "Cascadia Mono";
  src: url("assets/CascadiaMono.ttf") format("truetype");
}

@font-face {
  font-family: "Arial Narrow Bold Italic";
  src: url("assets/arial-narrow-bold-italic.ttf") format("truetype");
}

@font-face {
  font-family: "Chewy";
  font-style: normal;
  font-weight: 400;
  src: url(assets/Chewy-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "Mohawk";
  src: url(assets/DeathMohawk.ttf) format("truetype");
}

@font-face {
  font-family: "Franklin Gothic Regular";
  font-style: normal;
  font-weight: normal;
  src: url("assets/fonts/FranklinGothic.woff") format("woff");
}

@font-face {
  font-family: "Blackbones";
  src: url("assets/blackbones-demo.regular.otf") format("opentype");
}

@font-face {
  font-family: "Pixelify Sans";
  src: url("assets/PixelifySans-VariableFont_wght.ttf") format("truetype");
}

@font-face {
  font-family: "Jetbrains Mono";
  src: url("assets/JetBrainsMono-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Chiron";
  src: url("assets/ChironGoRoundTC-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Interstellar";
  src: url("assets/LinotypeDidotBold.otf") format ("opentype");
}

@keyframes rainbow-color-change {
  0%,
  100% {
    color: #ff0000;
  } /* Red */
  14% {
    color: #ff8b00;
  } /* Orange */
  28% {
    color: #e8ff00;
  } /* Yellow */
  42% {
    color: #5dff00;
  } /* Green */
  56% {
    color: #00b9ff;
  } /* Blue */
  70% {
    color: #5d00ff;
  } /* Indigo */
  84% {
    color: #e800ff;
  } /* Violet */
}

.chiron-goround-tc-blogfont {
  font-family: "Chiron GoRound TC", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}
