h1 {
  font-family: 'Libre Barcode 39 Extended Text', cursive;
  font-variation-settings: "wdth" 100;
  font-size: 200px;
  font-weight: normal;
  margin: 0;
  color: rgb(194, 211, 65);
  transition: all 1000ms ease-in-out;
}
h1:hover{
  color: rgb(58, 55, 8);
  font-variation-settings: "wdth" 3600;
}

h2{
  font-family: 'VT323', monospace;
  font-variation-settings: "wdth" 200;
  font-size: 100px;
  font-weight: normal;
  margin: 0;
  color: rgb(210, 127, 156);
  transition-property: initial 1000ms linear;
}

h2:hover{
  color:rgb(1, 34, 2);
  font-variation-settings: "wdth" 2000;
}
