* {
height: 100%;
width 100%;
margin 0px;
overflow: hidden;
}
body {
margin: 0px;
}
img {
height: 100%;
width: 100%;
}
.spooky-div {
position: absolute;
width: 100%;
height: 100%;
top: 0;
bottom: 0;
background: black;
color: white;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
font-size: xx-large;
}
