@font-face {
	font-family: Segoe;
	src: url("content/segoeprb.ttf");
}

body {
	background-color: rgb(24, 72, 50);
	background-image: url("content/dirt.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;

	line-height: 80%;
}

body::-webkit-scrollbar {
	display: none;
}

h1 {
	color: #ffffff;
	text-shadow: 3px 3px #000000;
	font-size: 240%;
	font-family: Segoe;
}

h2 {
	color: #ffffff;
	text-shadow: 3px 3px #000000;
	font-family: Segoe;
}
