@font-face {
  font-family: monsterFriendBack;
  src: url('assets/fonts/Monster Friend Back.ttf');
}

@font-face {
  font-family: determinationMono;
  src: url('assets/fonts/DeterminationMonoWeb.woff');
}

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

body {
  background-color: black;
}

div {
  position: relative;
}

#title {
  font-family: monsterFriendBack;
  postion: absolute;
  text-align: center;
  opacity: 0.5;
}

#titleHeart {
  font-family: monsterFriendCenter;
  text-align: center;
  /* position: relative; */
  top: 0;
}

p {
  font-family: determinationMono;
  text-align: center;
}
