html, body {
  background-color: #000000;
  margin: 0;
  padding: 0;
  height: 100%;
  color: #EBBF02;
}
.leather {
  background-image: url(leather_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position:absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.header {
  background-color: none;
  text-align: center;
  position: absolute;
  top: 25%;
  width: 100%;
}
.termsofuse {
  padding-top: 50px;
  white-space:pre-wrap;
	font-family: "Georgia", Times, serif;
	font-size: 1.1em;
	line-height: 1.3em;
	color: #EBBF02;
}
.imagediscord {
	padding-top: 100px;
	color: #EBBF02;
	font-family: "Georgia", Times, serif;
	font-size: 1.6em;
	line-height: 1.9em;
}
