body {
    background-color: black;
  }
  
  h1.center {
    color: lightblue;
    text-align: center;
    font-family: verdana;
    font-size: 20px;
  }

  div.center {
    text-align: center;
    width: 90%;
    margin: auto;
  }

  