body{
    pointer-events: none;

    background-color: black;
    color:white;
    text-align: center;
    font-family:sans-serif;
    display:flex;
    justify-content: center;
    align-items: center;
    width:100%;
    height:100vh;
    overflow: hidden;
}

img{
    width:100px;
    height:100px;
}