/* Author : ART4VETS */

*, *::before, *::after{
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    overflow: hidden;
    user-select: none;
}

selector { cursor: none; }

body{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

img{
  position: absolute;
  height: 98%;
}