body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    overflow: hidden;
    user-select: none;
    -webkit-user-select: none;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

img {
    max-width: 95%;
    max-height: 95%;
    object-fit: contain;
    -webkit-touch-callout: none;
    pointer-events: none; 
}

footer {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    font-size: 0.7rem;
    color: #bbb;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.15em;
}