body {
    background-color: #FFF4EB;
}

h1 {
    font-family: Comica;
    text-transform: uppercase;
    color: #72422F;
    font-weight: bold;
}

h2 {
    font-family: Comica;
}

#egg {
    aspect-ratio: 3 / 4;
    border-radius: 100% / 125% 125% 80% 80%;
}

/* demo */
#egg {
    width: 200px;
    background: #fca;
}

#eggAnimationContainer {
    flex-direction: column;
}

@font-face {
    font-family: Comica;
    src: url(/assets/fonts/BadComic-Regular.otf);
}