*{
    margin: 0;
}
h1{
  font-family: "Freckle Face", system-ui;
  font-weight: 400;
  font-style: normal;
  color: #7d02c4;
  font-size: 350px;
  text-align: center;
}
h2{
  font-family: "Freckle Face", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 100px;
  text-align: center;
}
a{
  color: inherit;
  text-decoration: none;
}
a,
a:visited,
a:hover,
a:active {
  color: inherit;
  text-decoration: none;
}
