html,
body {
    height: 100%;
}
body {
    background: #000;
    margin: 0;
    padding: 0;
}
#canvas1 {
    background: #000;
}
.matrix-container {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

@font-face {
    font-family: "Hylian";
    src: url(./fonts/SSAncientHylian.ttf);
}
@font-face {
	font-family: "Roboto-Regular";
	src: url(./fonts/Roboto-Regular.ttf);
}