@font-face {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(FiraSans800.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html {
    min-height: 100%;
}

body {
    #display: flex;
    margin: 0;
    padding: 0;
    justify-content: center;
    font-size: 15px;
    color: #eeeeee;
    background: rgb(38,65,37);
    background: radial-gradient(circle closest-corner at center 25em, rgba(22,51,22,1) 8%, rgba(0,0,0,1) 85%, rgba(0,0,0,1) 100%);
}

#title_container {
    display: flex;
    justify-content: center;
    margin: 4em 0 0 0;
    padding: 1em;
    perspective: 10em;
    overflow: hidden;
}

#title {
    font-size: 18vmin;
    font-weight: 800;
    font-family: 'Fira Sans', sans-serif;
    transform: scaleY(1.3) rotateX(-15deg);

    background: radial-gradient(circle closest-corner at center 0.9em, rgba(6,173,0,1) 0%, rgba(0,57,0,1) 70%, rgba(0,57,0,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#content_main {
    padding: 0 2em;
}

p {
    font-family: 'Fira Sans', sans-serif;
    font-size: 2rem;
}

#christmas {
    margin: auto;
    display: block;
}

img.play-banner-icon {
    vertical-align: middle;
    height: 2em;
}

#playbutton {
    height: 3rem;
    padding: 0 2em;
    margin: 0 1em;
    font-size: 1rem;
    color: lawngreen;
    background-color: black;
    border: 1px solid lawngreen;
    border-radius: 0.5em;
}

#playbutton:hover {
    background-color: #002000;
}

#playbutton:active {
    background-color: #008000;
}

#happytext1 {
    font-size: 1.5rem;
    text-align: center;
    display: inline-block;
    width: 5em;
    position: relative;
    top: -30em;
    left: calc((100% - 432px - 14em) / 2);
    transform: rotate(-30deg);
}

#happytext2 {
    font-size: 1.5rem;
    text-align: center;
    display: inline-block;
    width: 5em;
    position: relative;
    top: -20em;
    left: calc((100% + 432px - 8em) / 2);
    transform: rotate(35deg);
}

#cookies {
    position: relative;
    width: 14em;
    top: -22em;
    left: calc((100% - 432px - 34em) / 2);
    perspective: 10em;
    transform: rotateX(-40deg) rotate(-20deg);
}

#happytext3 {
    font-size: 0.8rem;
    text-align: center;
    display: inline-block;
    width: 10em;
    position: relative;
    top: -22em;
    left: calc((100% - 432px - 54rem) / 2);
}