html, body {
	height: 100%;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

body {
	background-color: #00000A;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	cursor: url('https://dataencry.pt/assets/cursors/ka-soru-default.gif'), auto
}

*,
*::after,
*::before {
    box-sizing: border-box;
    margin: 0;
    padding: o;
    overflow: hidden;
}

#canvas {
    border: 4px solid black;
	background-image: url('https://dataencry.pt/assets/images/dataencrypt.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}