@font-face {
    font-family: 			"minecraft";
    src: 					url(../fonts/minecraft.ttf) format(truetype);
}

body {
	margin:					0%;
	padding:				0%;
	
	font-family: 			"minecraft";
	
	background-image: 		url(../images/bg.png);
	background-size: 		cover;
}

a {
	text-decoration:		none;
}

.headers {
	background-color: 		rgba(38,36,35,.9);
	height: 				80px;
	display:				flex;
	align-items: 			center;
	justify-content: 		space-between;
	margin:					16px 60px;
}

.logo img {
	height: 				40px;
}