html, body {
    height: 100%;
}

html {
    display: table;
    margin: auto;
}

body {
    display: table-cell;
    background-color: black;
    color: fuchsia;
    font-family: "Courier New";
}

p {
	text-align: center;
}
