     body {
      background-color: gainsboro;
      color: black;
      font-family: gill;
    }

    .center {
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 50%;
    }
    
    h1 {
      font-family: gillb;
      text-align: center;
    }
    
    @font-face {
    font-family: gill;
    src: url(/gill/gill.ttf);
  }
  
  @font-face {
    font-family: gillb;
    src: url(/gill/gillb.ttf);
  }
