body {
	background: #000;
	font-family: 'Anonymous Pro', monospace;
	color: #fff;
}
.text-one {
	font-size: 4vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    text-align: center;
}
.text-two {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    text-align: center;
}
.text-three {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    text-align: center;
}