@font-face {
  font-family: "Phantom Sans";
  src: url("https://assets.hackclub.com/fonts/Phantom_Sans_0.7/Regular.woff")
      format("woff"),
    url("https://assets.hackclub.com/fonts/Phantom_Sans_0.7/Regular.woff2")
      format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Phantom Sans";
  src: url("https://assets.hackclub.com/fonts/Phantom_Sans_0.7/Italic.woff")
      format("woff"),
    url("https://assets.hackclub.com/fonts/Phantom_Sans_0.7/Italic.woff2")
      format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Phantom Sans";
  src: url("https://assets.hackclub.com/fonts/Phantom_Sans_0.7/Bold.woff")
      format("woff"),
    url("https://assets.hackclub.com/fonts/Phantom_Sans_0.7/Bold.woff2")
      format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Phantom Sans", sans-serif;
  background-color: #140100;
  background-image: url("https://sadeshmukh.github.io/haxmas-25-tree/media/floral.png");
  color: azure;
}

#header,
#footer {
  text-align: center;
}

#tree-container {
  max-width: 20rem;
  display: flex;
  margin: auto;
}

#tree {
  width: 20rem;
  margin-top: 4rem;
}

#star {
  position: relative;
  margin: 0 -13rem;
  font-size: 5rem;
  cursor: pointer;
}

.container {
  text-align: center;
}

.ornament {
  height: 2rem;
  position: relative;
  display: inline-block;
  margin-top: 10rem;
  margin-left: 10rem;
  z-index: 10;
}

.important-text {
  color: peachpuff;
}
