body {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: black;
}

.container {
    text-align: center;
}

.click-me {
    color: white;
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
}

.image {
    max-width: 100%;
    max-height: 100vh;
    object-fit: contain;
}

.invis {
    display: none;
}