@import url('https://fonts.googleapis.com/css?family=Oxygen+Mono&display=swap');

* { padding: 0; margin: 0; }

html, body {
	min-height: 100% !important;
	height: 100%;
	background-color: #040404;
    }

p {
	color: #eeeeee;
	font-size: 20px;
	font-family: 'Oxygen Mono', monospace;
	}

a {
	color: #aaaaaa;
	text-decoration: none;
	}

a:hover {
	color: #cccccc;
	}

.centered {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #040404;
	}

.regular {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 100px;
	width: 80vw;
	}
	
.regular h1 {
	color: #eeeeee;
	font-size: 28px;
	font-family: 'Oxygen Mono', monospace;
	font-weight: bold;
	}

.regular p {
	color: #eeeeee;
	font-size: 14px;
	font-family: 'Oxygen Mono', monospace;
	}
	
.footer {
	width: 798px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	text-align: center;
    }

.header {
	width: 798px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	left: 0;
	right: 0;
	top: 20px;
	text-align: center;
        }		



