@font-face {
        font-family: "MyFont";
        src:url(GNUUnifont.ttf);
}
h1 {
	font-family: "MyFont";
        font-size: 3em;
        color: white;
}
p {
	font-family: "MyFont";
        font-size: 1.5em;
        color: white;
}

li {
	font-family: "MyFont";
        font-size: 1.5em;
        color: #ffffff;  
}        
label {
	font-family: "MyFont";
        font-size: 1.2em;
        color: white;
}
form {
	font-family: "MyFont";
        font-size: 1.2em;
        color: white;
}
input[type="text"], input[type="password"] {
	font-family: "MyFont";
        font-size: 1.2em;
        color: white;
        background-color: transparent;
        border: 1px solid white;
        border-radius: 5px;
        padding: 5px;
        margin-bottom: 10px;
}
input[type="submit"] {
	font-family: "MyFont";
        font-size: 1.2em;
        color: white;
        background-color: transparent;
        border: 1px solid white;
        border-radius: 5px;
        padding: 5px;
        margin-bottom: 10px;
}
