﻿.festival-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7);
    z-index: 9999999999999999999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.festival-greeting {
    font-size: 2rem;
    font-weight: bold;
    margin-top: 20px;
    color: #222;
    background: rgba(255,255,255,0.7);
    padding: 10px 20px;
    border-radius: 12px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.2);
}
