@font-face {
    font-family: 'FairfaxHD';
    src: url('FairfaxHD.ttf');
    font-weight: 400;
}
#sp {
    font-family: 'FairfaxHD';
    font-size: 32pt;
    text-align: center;
    white-space: pre-line;
}

body {
   background-color: black;
   color: white;
   text-align: center;
   margin-left:auto;
   margin-right:auto;
}
li, a, p, div {
   font-size: 50px;
}
#home {
	font-size: 30px;
	bottom: 5px;
	left: 5px;
	padding-bottom:10px;
	position: absolute;
	color: yellow;
}
.custom {
   padding-bottom: 20px;
}
a {
   color: blue;
   bottom: 0px;
   position: absolute;
}
label, input {
   font-size: 40px;
   bottom: 0px;
}
h1 {
   font-size: 50px;
}
p, h1 {
   text-align: center;
   margin-left:auto;
   margin-right:auto;
}
