.message {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 80vw;
    max-height: 80vh;
    margin-top: 10vh;
}

.message-img {
    max-width: 30vw;
    max-height: 30vh;
    object-fit: contain; 
    margin-bottom: 2vh;
}

.special-header {
    color: #333;
    font-size: 2rem;
    margin: 0;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
