* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #001122;
	animation: fadeIn 15s;
  -webkit-animation: fadeIn 15;
  -moz-animation: fadeIn 15;
  -o-animation: fadeIn 15;
  -ms-animation: fadeIn 15;
  
}

video::-webkit-media-controls {
	display: none;
  }

.halopointer {
	cursor: url("https://cdn.discordapp.com/attachments/885989425186738216/1077585328086450206/Cursor.png") 20 20, auto;
  }
  