body {
    background-color: #000033;
    background-image: url("../assets/static.gif");
    background-repeat: repeat;
    color: #000;
    font-family: "Comic Sans MS", "Courier New", sans-serif;
    margin: 0;
    padding: 20px;
    cursor: url("https://cur.cursors-4u.net/food/foo-1/foo8.cur"), auto;
}

h1 {
    color: #ff007f;
    text-shadow: 3px 3px #00ffff;
    font-size: 2.5rem;
    text-align: center;
    margin: 5px 0;
}

img.inline {
    max-height: 2rem;
}

img.reverse {
    transform: scaleX(-1);
}

.lead-in {
    text-align: center;
}

.lead-in img {
    max-height: 4rem;
}

.marquee-container {
    background-color: #ff0000;
    color: #ffffff;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 2px;
    border: 2px dashed #ffff00;
    margin: 15px 0;
    overflow: hidden;
    white-space: nowrap;
}

.marquee-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    animation: marquee 15s linear infinite;
}

@keyframes marquee {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}

.marquee-text div {
    font-size: 1.5rem;
    white-space: nowrap;
}

.marquee-text img {
    max-height: 2rem;
    width: auto;
    display: block;
}

.flame-border {
    text-align: center;
    margin-bottom: -10px;
}

.flame-border img {
    height: 30px;
    max-width: 100%;
}

.container {
    max-width: 90%;
    margin: 0 auto;
    background-color: #ffff00;
    border: 8px outset #0f0;
    padding: 20px;
    box-shadow: 10px 10px 0 #f00;
}

.party-zone {
    padding: 15px;
    background-color: #0f0;
    border: 2px dashed #ff0;
}

.party-zone h2 {
    text-align: center;
}

.party-zone h2 {
    font-family: 'Comic Sans MS', 'Impact', sans-serif;
    font-size: 2.5rem;
    font-weight: 900;
    font-style: italic;
    text-align: center;
    color: #ff007f;

    text-shadow:
            1px 1px 0 #000,
            2px 2px 0 #000,
            3px 3px 0 #00ffff,
            4px 4px 0 #00ffff,
            5px 5px 0 #ffff00,
            6px 6px 0 #ffff00,
            7px 7px 10px rgba(0,0,0,0.8);

    transform: skewY(-4deg) rotate(-1deg);
}

.party-zone .ice-cream-lights {
    text-align: center;
}

.party-zone .ice-cream-lights img {
    width: 48%;
    max-height: 2rem;
    display: inline-block;
}

.party-zone ul img {
    max-height: 2rem;
}

ul li b {
    font-family: 'Comic Sans MS', 'Impact', sans-serif;
    font-size: 2rem;
    font-weight: 900;
    font-style: italic;
    text-align: center;
    color: #ff007f;

    text-shadow:
            1px 1px 0 #000,
            2px 2px 0 #000,
            3px 3px 0 #00f,
            4px 4px 0 #00f,
            5px 5px 0 #ffff00,
            6px 6px 0 #ffff00,
            7px 7px 10px rgba(0,0,0,0.8);
}

.party-zone ol.what-to-do img {
    max-height: 4rem;
}

ol.what-to-do {
    background-color: #f00;
    border: 4px dashed #0f0;
    padding: 20px 20px 20px 45px;
    list-style-type: decimal-leading-zero;
    max-width: 550px;
    margin: 20px auto;
    box-shadow: 8px 8px 0 #00ffff;
}

ol.what-to-do li {
    font-family: "Comic Sans MS", "Courier New", sans-serif;
    font-size: 1.3rem;
    font-weight: bold;
    color: #ffff00;
    text-shadow: 2px 2px #ff0000;
    padding: 8px;
    margin-bottom: 12px;
    background-color: #111133;
    border: 2px ridge #00ff00;
    display: list-item;
    transition: all 0.2s ease;
}

ol.what-to-do li img {
    vertical-align: middle;
    margin-left: 10px;
    filter: drop-shadow(2px 2px 0px #000000);
}


.rsvp-form {
    background-color: #000080;
    border: 3px groove #c0c0c0;
    padding: 15px;
    margin-top: 20px;
}

label {
    color: #ffff00;
    font-weight: bold;
    display: block;
    margin-top: 10px;
}

input, select, button {
    font-family: "Comic Sans MS", sans-serif;
    margin-top: 5px;
    padding: 5px;
}

.btn-submit {
    background-color: #ff00ff;
    color: #ffffff;
    font-weight: bold;
    border: 4px outset #ffffff;
    cursor: pointer;
    font-size: 1.1rem;
    margin-top: 15px;
}

.btn-submit:active {
    border-style: inset;
}

.counter {
    border: 2px inset #ffffff;
    background-color: #000000;
    color: #00ff00;
    font-family: monospace;
    padding: 4px 8px;
    font-size: 1.2rem;
    display: inline-block;
}