body {
    background-color: black;
    background-repeat: repeat;
    background-position: top center;
    background-attachment: scroll;
    background-size: 30% auto;
    color: white;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

.img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
}
