@font-face {
  font-family: "Ringbearer";
  src: url("/wayward/ringbearer.ttf") format("truetype");
}

body {
	background-color: #bd8a93;
	color: #000;
}
#container {
	width: 960px;
	margin: auto;
	padding: 20px;
	border: 1px solid #000;
}

footer {
  padding: 10px;
  margin: auto;
  text-align: center;
  font-family: "Ringbearer", Courier, serif;
}

footer a{
  text-align: center;
  font-family: "Ringbearer", Courier, serif;
}
  
h1, h2 {
	text-align: center;
	font-family: "Ringbearer", Courier, serif;
}

em {
  font-family: "Ringbearer", Courier, serif;
  font-style: normal;
}

h3 {
  font-size: 15;
  font-family: "Ringbearer", Courier, serif;
}

h4 {
  font-size: 14;
  font-family: "Ringbearer", Courier, serif;
}
