html, body {
	font-family: "Courier New", Courier, monospace;
	font-size: 20pt;
}

p.mono {
    font-family: dos;
	font-size: 75pt;
    font-weight: bold;
}

p.monosmall {
    font-family: dos;
	font-size: 45pt;

}

h1 {
    font-family: dos;
	font-size: 45pt;
}

#sheep {
width: 20%;
position: relative;
bottom: -65px;
left: 10%;
}

#narrow {
position: absolute;
left: 150px;
right: 150px;
margin-top: 75px;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
	height: 45%;
	z-index: 3;
	pointer-events: none;
}
