* {
    margin: 0;
    padding: 0;
}

html {
}

body {
    width: 100%;
    min-width: fit-content;
    background: black;
    display: flex;
    justify-content: center;
    text-align: center;
}

p {
    color: white;
    text-align: center;
    height: 32px;
    line-height: 32px;
    font-family: monospace;
    font-weight: bold;
}

#Warning {
    padding-top: 32px;
    padding-bottom: 32px;
}

#Images {
    width: 832px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.row {
    display: flex;
    width: 100%;
    flex: row;
    justify-content: center;
}

.dsp {
    background-color: #220526;
}

.pt {
    padding-top: 64px;
}

.pb {
    padding-bottom: 64px;
}

img {
    image-rendering: pixelated;
}

@media screen and (max-width: 799px) {
    img {
    }
}
