body {
    height: 100vh;
    /* background: url('pixelart1.png') no-repeat center center/cover; */
    background: url('dist/img/pixelart.png') no-repeat center center/cover;
}

/* body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.0); 
    z-index: -1;
} */