@import url('https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');
body {
    margin: 0;
    height: 100vh; /* Full height of viewport */
    display: flex;
    justify-content: center; /* Horizontally center */
    align-items: center;     /* Vertically center */
    background-color: black;
  }

  h1 {
    font-size: 5rem;
    color: white;
    font-family: 'space mono';
    font-weight: 200;
  }