body {
	overflow: visible;
        margin: 0;

        padding: 0;
    }

#laptop {
	overflow: visible;
    top: 0;
    right: 0; /* Align to the right side */
    width: 80%; /* Adjust the width as needed */
    height: 80%;
    z-index: 0;
	cursor: grab;
}



