@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Mono:ital,wght@0,300..700;1,300..700&display=swap");
/*
  © 2024 tohka dot net. All rights reserved.

  suzui v2 ( scss edition )
  written by yxn & mke

  dominos suck a royal dick retarded ass faggot ~mke
  obfuscated website just to get dumped lool ~yxn
*/
* {
  background: oklch(20% 0 0);
  color: oklch(60% 0 0);
  font-family: "Red Hat Mono", monospace;
  font-size: 14pt;
  font-weight: normal;
  margin: 0;
  padding: 0;
  user-select: none;
  text-decoration: none; }

.suzui-centered {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  text-align: center; }
  .suzui-centered h1 {
    color: #bf77f6;
    font-weight: bold;
    position: relative; }
    .suzui-centered h1 pre, .suzui-centered h1 span {
      color: #bf77f6;
      font-weight: bold; }
  .suzui-centered h2 {
    color: #bf77f6;
    font-weight: bold; }
  .suzui-centered a {
    color: oklch(60% 0 0); }
    .suzui-centered a span {
      text-decoration: underline; }
    .suzui-centered a:hover {
      color: oklch(80% 0 0);
      font-weight: bold; }
  .suzui-centered span {
    color: #bf77f6;
    font-weight: inherit; }
