* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: Love Letter;
  src: url(../assets/fonts/Love_Letter.ttf);
}

@font-face {
  font-family: TrixieCyrG;
  src: url(../assets/fonts/TrixieCyrG.otf);
}

h1 {
  font-family: TrixieCyrG;
  font-size: 72px;
  color: white;
}

a {
  font-family: Love Letter;
  color: white;
  font-size: 20px;
  cursor: pointer;
}
