body {
	background-color: #000;
}

#matrix_canvas {
	display: none;
	margin: 0;
	height: 100vh;
	width: 100vw;
}

#matrix_content {
    position: absolute;
    top: 0px;
	height: 100vh;
	width: 100vw;
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;

    z-index: 2;	
    display: none;
}

#matrix_slide {
	text-align: center;
    margin: auto;
    width: 100%;
    font-size: 7em;
    font-family: Courier;
    color: forestgreen;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

