body {
    background-color: #f5e5d5;
    margin: 0;
    padding: 0;
}



h1 {
    font-size: 5rem;
    color: #571d0f;
    text-align: center;
    font-family: fantasy;
    margin: 30px 0 0.25rem;
}

h2 {
    font-size: 2.5rem;
    color: #571d0f;  
    text-align: center;
    font-family: 'serif';
    font-weight: bold;
    margin: 0.2rem 0; 
    overflow: hidden;
    position: relative;
    width: 100%;
}


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

.promo-banner {
    background-color: yellow;
    color: red;
    font-weight: bold;
    padding: 10px;
    overflow: hidden;
    white-space: nowrap;
    box-shadow: 0 0 10px yellow;
}

.promo-banner span {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 5s linear infinite;
}

.vintage-card {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.kombucha-item {
    background-color: #d3c4b3;
    border: 8px ridge #a18f7b;
    padding: 20px;
    text-align: center;
    width: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: transform 0.2s;
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    10%, 30%, 50%, 70%, 90% { transform: translateX(-10px); }
    20%, 40%, 60%, 80% { transform: translateX(10px); }
}

.kombucha-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border: 3px solid #571d0f;
    margin-bottom: 15px;
}

.kombucha-text {
    font-family: 'serif';
    font-size: 1.5rem;
    color: #571d0f;
    font-weight: bold;
    margin: 10px 0 5px 0;
}

.kombucha-price {
    font-family: 'Courier New', Courier, monospace;
    font-size: 1.2rem;
    color: #3d140a;
    font-style: italic;
    margin: 5px 0 0 0;
}

p {
    font-size: 2rem;
    color: #571d0f;  
    text-align: center;
    font-family: serif;
    font-style: italic;
    margin: 0.15rem 0;
}

.images {
    display: flex;
    gap: 0;
    justify-content: center;
    align-items: center;
}

.images img {
    display: block;
    margin: 0;
    padding: 0;
    height: 200px;
    width: 200px;
    object-fit: cover;
}

.header {
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.youtube-link {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 10px;
    align-items: center;
}

a {
    font-size: 2rem;
    color: #571d0f;  
    text-align: center;
    font-family: serif;
    font-weight: bold;
    text-decoration: underline;
}

#gif-box {
    display: none;
    position: absolute;
    border: 5px solid #571d0f;
    padding: 10px;
    background-color: #f5e5d5;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
    z-index: 100;
}

#gif-box img {
    display: block;
    width: 200px;
    height: auto;
}

#scream-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: 10000;
}

.clippy-bob {
    animation: clippyBob 2.2s ease-in-out infinite;
}

@keyframes clippyBob {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}

#clippy-container {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 10001;
    width: 120px;
    height: 120px;
    pointer-events: none;
}

#clippy-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    image-rendering: auto;
}

/* Clippy dialog */
#clippy-dialog {
    position: fixed;
    right: 16px;
    bottom: 148px;
    width: 300px;
    background: #fff8d5;
    border: 4px solid #571d0f;
    z-index: 10002;
    font-family: 'Times New Roman', Times, serif;
    image-rendering: pixelated;
}

.clippy-dialog-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #42210a;
    color: #fff;
    padding: 6px 8px;
    border-bottom: 4px solid #571d0f;
}

.clippy-dialog-header #clippy-title {
    font-weight: bold;
}

#clippy-close {
    background: rgb(102, 22, 23);
    color: #fff;
    border: 2px solid #000;
    font-family: inherit;
    cursor: pointer;
    padding: 2px 6px;
}

.clippy-dialog-body {
    padding: 10px;
}

.clippy-reply {
    margin-top: 10px;
    background: #fff;
    border: 2px solid #000;
    padding: 8px;
    min-height: 40px;
}

.clippy-questions {
    list-style: none;
    padding: 0;
    margin: 8px 0 0 0;
    display: grid;
    gap: 8px;
}

.clippy-question {
    width: 100%;
    text-align: left;
    background: #fff;
    border: 2px solid #000;
    padding: 6px 8px;
    cursor: pointer;
    font-family: inherit;
}

.clippy-question:hover {
    background: #f7f7f7;
}

.possessed-text {
    position: fixed;
    color: red;
    font-family: 'Courier New', Courier, monospace;
    font-size: 2rem;
    white-space: nowrap;
    will-change: transform;
    user-select: none;
    pointer-events: none;
    z-index: 9999;
}

.possessed-text {
    position: fixed;
    color: red;
    font-family: 'Courier New', Courier, monospace;
    font-size: 2rem;
    white-space: nowrap;
    will-change: transform;
    user-select: none;
    pointer-events: none;
    z-index: 9999;
}

.possessed-text {
    position: fixed;
    color: red;
    font-family: 'Courier New', Courier, monospace;
    font-size: 2rem;
    white-space: nowrap;
    will-change: transform;
    user-select: none;
    pointer-events: none;
    z-index: 9999;
}

.possessed-text {
    position: fixed;
    color: red;
    font-family: 'Courier New', Courier, monospace;
    font-size: 2rem;
    white-space: nowrap;
    will-change: transform;
    user-select: none;
    pointer-events: none;
    z-index: 9999;
}

.possessed-text {
    position: fixed;
    color: red;
    font-family: 'Courier New', Courier, monospace;
    font-size: 2rem;
    white-space: nowrap;
    will-change: transform;
    user-select: none;
    pointer-events: none;
    z-index: 9999;
}

.possessed-text {
    position: fixed;
    color: red;
    font-family: 'Courier New', Courier, monospace;
    font-size: 2rem;
    white-space: nowrap;
    will-change: transform;
    user-select: none;
    pointer-events: none;
    z-index: 9999;
}

.possessed-text {
    position: fixed;
    color: red;
    font-family: 'Courier New', Courier, monospace;
    font-size: 2rem;
    white-space: nowrap;
    will-change: transform;
    user-select: none;
    pointer-events: none;
    z-index: 9999;
}

.possessed-text {
    position: fixed;
    color: red;
    font-family: 'Courier New', Courier, monospace;
    font-size: 2rem;
    white-space: nowrap;
    will-change: transform;
    user-select: none;
    pointer-events: none;
    z-index: 9999;
}

.possessed-text {
    position: fixed;
    color: red;
    font-family: 'Courier New', Courier, monospace;
    font-size: 2rem;
    white-space: nowrap;
    will-change: transform;
    user-select: none;
    pointer-events: none;
    z-index: 9999;
}

.possessed-text {
    position: fixed;
    color: rgb(0, 0, 0);
    font-family: 'Courier New', Courier, monospace;
    font-size: 2rem;
    white-space: nowrap;
    will-change: transform;
    user-select: none;
    pointer-events: none;
    z-index: 9999;
}