html {
    background-position: center;
    background-image: url("/images/NOCSS.png");
    background-size: contain;
}
body {
    background: none;
}
.NOCSS {
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.NOCSS img {
    padding: 8px;
    width: 50px;
    height: 50px;
}