html,
body {
  width: 100;
  min-height: 100%;
}

:root {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;

  background-color: black;
}

.runet {
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.88);
    text-decoration: none;

    z-index: 10;
    display: inline-flex;
    position: relative;

    margin: 10px;
    padding: 9px 14px;
    border-radius: 18px;
    text-shadow:
        0 0 8px rgba(164, 200, 220, 0.22),
        0 0 18px rgba(112, 146, 190, 0.16);
}

.runet::after {
    content: "2026";
    margin-left: 8px;
    color: rgba(194, 168, 202, 0.42);
}