h1 {
    font-family: 'Stick No Bills', sans-serif;
    font-size: 300px;
    font-weight: 300;
    margin: 0;
    color: pink;
    transition: all 200ms ease-in-out;
    background-color: blanchedalmond;
    text-align: center;
    font-variation-settings: 'wght' 300,'wdth' 120, 'XHGT' 100;
  }
  h1:hover{
    color: rgb(190, 198, 36);
    font-weight: 800;
    font-variation-settings: 'wght' 800,'wdth' 150, 'XHGT' 300;
  }