body {
    background: linear-gradient(135deg, #faa, #fdd);
    font-family: 'Comic Sans MS', cursive, sans-serif;
    text-align: center;
    overflow: hidden;
}

h1 {
    color: #c30;
    font-size: 2.5em;
    margin-top: 40px;
    text-shadow: 2px 2px 8px #fff;
}

p {
    color: #222;
    font-size: 1.5em;
    margin-top: 30px;
    font-weight: bold;
}

#ellie-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 250px;
    height: 250px;
    pointer-events: none;
    z-index: 2;
}

#ellie-head {
    position: absolute;
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 50%;
    opacity: 0.9;
    filter: grayscale(75%);
    z-index: 2;
}

#pink-cross {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    pointer-events: none;
}