body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #212121;
    color: white;
    text-align: center;
    flex-direction: column;
    font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
    font-weight: bold;
  }
  
  a, h1 {
    margin: 10px 0;
    color: white;
    text-decoration: none;
    font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
    font-weight: bold;
  }
  
  a:hover {
    text-decoration: underline;
  }
  