/*!
 * Jeferson Luckas - the matrix effect
 * 
 * Copyright (c) 2020 Jeferson Luckas
 * Released under the MIT license
 * https://github.com/JefersonLucas/the-matrix-effect/blob/master/LICENSE
 *
 * Date: 2020-21-06
 */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
canvas {
	display: flex;
	margin: 0 auto;
 	width: 100%;
 	height: 100vh;
}
