@import url('https://fonts.googleapis.com/css2?family=Space+Mono&display=swap');

html, body {
  margin:0;
  padding:0;
}

body {
  width:100%;
  min-height:100vh;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#000;
}

.text-block {
  margin:10vw;
  max-width:640px;
  font-family: "Space Mono", monospace;
  font-weight: 400;
  font-style: normal;
   align-items: center;
  font-size: clamp(16px, 4vw, 18px);
  color:#fff;
}

.char {
  will-change: transform;
}

.tab-content__button {
  color: #404040;
  justify-content: center;
  align-items: center;
  height: 2em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  text-decoration: none;
  display: flex;
  position: relative;
}