@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');


html,body {
  margin: 0;
  padding: 0;
  height: 100%;

}

.roboto-mono-300 {
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 6em;
}

.wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}