body {
    margin: 0;
    padding: 0;
    background-color: #000000; /* brrrr dark -my home- */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;    
}

.image-container {
    text-align: center;
}

img {
    max-width: 100%;
    height: auto;
}

pre {
    color: #FFFFFF;
}
