body {}

/* Margins */
@media only screen
and (min-device-width: 280px)
and (max-device-width: 780px)
and (orientation: portrait) {
    margin-left: 0;
    margin-right: 0;
}

/* Typography */
@font-face {
	font-family: nimbusmono-bold;
	src: url("nimbusmono-bold.otf");
}

@font-face {
	font-family: nimbusmono;
	src: url("nimbusmono.otf");
}

h1 span {
	font-family: nimbusmono-bold;
}
h1 {
	font-family: nimbusmono;
	font-size: 2.2em;
}


/* Text alignment */
h1, p {
    text-align: center;
}
