body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-color: #000000;
    margin: 0;
}

.hidden {
    display: none;
}

img {
    max-width: 100%;
    height: auto;
}
