body {
	
  font-family: Minecraftia, Minecraft, Cambria, sans-serif;
  background-image: url("dirt2.png");
  background-repeat: repeat;
  /*background-image: url("img0.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;*/
  image-rendering: crisp-edges;
  background-color: rgba(0, 0, 0, .2);
  
  color: white;
}

a {
	color: orange;
}

.headtag{
  text-shadow: 4px 4px #000000A0;
  background-image: url("dirt.png");
  background-repeat: repeat;
  image-rendering: crisp-edges;
  
  padding-left: 7px;
  padding-bottom: 5px;
  
  width: 100%;
}


.gray-box {
  margin-left: 20px;
  border: 1px solid #888;           /* Gray border */
  background-color: transparent;   /* Transparent background */
  font-family: 'Minecraftia', monospace;
  font-size: 14px;
  color: white;
  user-select: all;

  width: calc(100% - 20px); /* Adjust width based on left margin */
  max-width: 1870px;                /* Optional max width */
  padding: 4px 8px;
  box-sizing: border-box;          /* Keeps padding inside the border */
}

.mc-text {
  display: block;
  text-align: left;                /* Align text to the left */
  white-space: nowrap;
}

.ret {
	color: white;
	text-decoration: none;
}

.linkbar {
	background-image: url("stone.png");
	padding-left: 4px;
	padding-right: 4px;
	display: inline-block;
}

.mwidthsection{
	background-color:rgba(0, 0, 0, .2);
	width: 100%;

	padding-bottom: 20px;
}

.uid {
	display: inline-block;
	font-style: italic;
	font-family: "Arial";
	border: gray solid 1.5px;
	background: #00000060;
	border-radius: 4px;
	padding-left:1px;
	padding-right:2px;
	
	color: #ffffffA0;
}

.recruitment {
	font-style: italic;
	text-decoration: underline;
	color : #FFFFFFA0;
	font-family: "Arial";
}

.content {
	margin: auto;
  	width: 75%;
}

.login {
	color: #FFFFFFB0;
	padding-left: 80px;
	margin-left: 10%;
}

.login2 {
	display: inline-block;
	padding: 25px;
}

.footer {
	color:#a0a0a040;
	font-size: 12px;
	font-family: 'Arial';
	position: fixed; 
	bottom: 0;
}

.image {
	width: 800px;
}

h1 {
  font-size: 28px;
}

h2 {
	padding-bottom: 2px;
	margin-bottom: 2px;
}

li {
	padding: 2px;
	font-size: 14px;
}

#key {
    font-size: 20pt;
    font-style: oblique;
}