span {
	display: flex;
	justify-content: center;

}

img{
	width: 900px;
	
}


button{
	position: absolute;
	left: 1020px;
	top: 440px;
	width: 80px;
	height: 20px;
	cursor: url("sun.png"),auto;
	background: transparent;
    border: none !important;
    font-size:0;
}