@import url('https://fonts.googleapis.com/css2?family=BBH+Hegarty&family=Geom:ital,wght@0,300..900;1,300..900&family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap');

body {
    font-family: Geom, 'Google Sans', sans-serif;
    margin: 0;
    padding: 0;
    color: azure;
    background-image: url('img/bg.png');
    background-size: cover;
    cursor: url('img/starNormal.cur'), auto;
    text-align: center;
}

#header, #footer {
    background-color: rgb(255, 48, 48);
    padding: 10px;
    cursor: url('img/starHelp.cur'), auto;
}

h1 {
    font-size: 4em;
    font-family: 'BBH Hegarty', Geom, sans-serif;
    letter-spacing: 3px;
}

h2 {
    font-size: 2em;
}

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

#star{
  display: inline-block;
  position: relative;
  margin: 0 -13rem;
  font-size: 5rem;
  z-index: 5;
  cursor: url('img/starClick.cur'), auto;

}

#tree{
  width: 20rem;
  display: inline;
  margin: 4rem 0 0 0;
  z-index: 0;
}

#decorations{
  display: inline-block;
}

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

#footer {
    font-size: 1.4em;
    position: fixed;
    bottom: 0;
    width: 100%;
}