body, html {
    overflow-x: hidden;
    padding-top: 50px;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    width: 100%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
    font-family: 'IBM Plex Mono', monospace;
}
@media screen and (max-width: 768px){
    img{ 
        max-width: 90%;
        max-height: 90%;
    }
    body, html {
        padding-top: 10px;
    }
}

img {
    margin-top: 20px;
    display: block;
    max-width: 120%;
    max-height: 120%;
    object-fit: contain;
    cursor: pointer;
}
