html, body{
    text-align: center;
    background-color: #fafafa;
    font-size: 20px;
    color: white;
  }
  body{
    background-color: black;
  }
  #button{
    border: 1px solid #333;
    width: 80%;
    background-color: #00008b;
  }
