body {
    font-size: 1.13em;
    background-color: #8B7355; /* Eggshell background */
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

div#message {
    color: #FADA5E; /* Egg yolk yellow */
    padding: 20px;
    margin-top: -40px;
}

div#message h1 {
    font-size: 2em;
    color: #F8F4E3; /* Brown like speckled eggs */
    font-family: 'Comic Sans MS', cursive; /* Fun egg-like playful font */
}

div#message h2 {
    font-size: 1.7em;
    color: #F8F4E3; /* Brown like speckled eggs */
}

div#message ul {
    list-style-type: none;
}

#favourites>li>span>h2 {
    font-family: 'Comic Sans MS', cursive; /* Changed to egg-friendly playful font */
    font-size: 1.5em;
    margin-top: 0;
    text-align: right;
    color: #FADA5E; /* Egg yolk yellow */
    margin-left: 50%;
    width: fit-content;
    font-weight: normal;
}

div#message ul img {
    width: 100%;
    max-width: 400px;
    margin: 10px auto;
    border-radius: 80px; /* Rounded like an egg */
    box-shadow: 0 0 10px #F8F4E3; /* Brown shadow like speckled eggs */
}

/* p#tip {
    font-style: italic;
    font-size: 0.75em;
    color: #034732;
} */

h1 {
    margin-top: 0;
}

h1.sparkle-more {
    width: fit-content;
    margin: -63px 0 0 0;
}