body {
    background: black;
    padding: 4vw;
    color: white;
    font-family: helvetica;
  }
  h1 {
    font-family: rust;
    font-weight: normal;
    text-align: center;
  }
  h1,
  h2,
  h3 {
    margin: 0;
    font-family: rust;
    font-weight: normal;
  }
  #info {
    display: block;
  }
  button {
    margin: 10px;
    padding: 10px;
    color: white;
    background: none;
    border: 2px solid white;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
  }

  pre {
    white-space: pre-wrap;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 35px;
  }