/* Custom font */
@font-face {
	font-family: "Squared";
	src: url("font/Minecraft.otf");
}

* {
	background: black;

}


/* Style for body  */
body {
        color:  limegreen;
        font-family: Squared;
        letter-spacing: 1px;
}

footer {
        color: #0d0d0d;
        font-size: 9px;
        position: absolute;
        bottom: 2%;
        right: 2%;
        padding-top: 5%;
}


/*Link styles*/
a {
	color: gray;
	text-decoration: none;
}

a:hover {
	background: #111111;
}
