body {
    background: #000;
    margin: 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100vw;
}

.center-image {
    max-width: 80vw;
    max-height: 60vh;
    display: block;
    margin: auto;
    box-shadow: 0 4px 32px rgba(255,255,255,0.2);
    border-radius: 16px;
}

.footer-text {
    color: #fff;
    font-family: 'Brush Script MT', cursive, 'Segoe Script', sans-serif;
    font-size: 3rem;
    margin-top: 2rem;
    letter-spacing: 0.1em;
    text-shadow: 0 2px 8px #333;
    text-align: center;
}
