@font-face {
  font-family: "Caviar-Dreams";
  src: local("Custom Font"), url("../fonts/Caviar-Dreams/Caviar_Dreams_Bold.ttf") format("truetype");
  font-display: swap;
}
body {
  background-color: black;
  width: 100%;
  color: white;
  font-family: "Caviar-Dreams";
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  font-size: 20px;
}
body .container {
  width: 90%;
}
body .container h1 {
  color: #F012BE;
}
body .container h2 {
  text-decoration: underline;
}
body .container a {
  color: #F012BE;
}
body strong {
  font-style: italic;
  font-size: 22Px;
}/*# sourceMappingURL=legal.css.map */