   body {
    background-color: white;
    color: black;
    font-family: Verdana;
  }

  #test{
    text-align: center;
    font-size: 15px;
  }

  #title{
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
    font-size: 40px;
  }

  #pglang{
    font-size: 15px;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
  }

  .footer{
    font-size: 10px;
    background-color: gray;
    color: rgb(255, 255, 255);
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
  }

  #changepg{
    font-family: 'Times New Roman', Times, serif;
    color: black;
  }

  a{
    font-family: 'Times New Roman', Times, serif;
  }