
        body {
            margin: 0;
            padding: 0;
        }
        
        div {
            position: absolute;
        }

        h1 {
            position: absolute;
            left: 50%;
            top: 50%;
        }

        img {
            position: absolute;
            left: 25%;
            top: 25%;
        }