.h1 {
    font-family: "Besley", serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: italic;
    font-size: 51px;
    line-height: 120%;
    letter-spacing: -0.02em;
}

.h2 {
    font-family: "Newsreader", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 31px;
    line-height: 140%;
    letter-spacing: 0.01em;
}

footer {
    align-self: flex-end;
}

header,
footer {
    width: 100vw;
    flex-grow: 0;
}

header {
    align-self: flex-start;
}

.h1,
.h2 {
    display: block;
    background-color: #773448;
    color: #ffe894;
}

#tree {
    height: 30rem;
}

body {
    width: 100vw;
    height: 100vh;
    margin: 0px;
    padding: 0px;
    background-image: url("img/bg.jpeg");
    background-size: 10rem;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: space-between;
}

#tree-container {
    display: block;
    position: relative;
}

#star {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 3.5rem;
    cursor: pointer;
}

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

#decorations {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
