body {
	background: #969696;
	background-image: url('textures/dirt.png');
	background-attachment: fixed;
	font-size: 16px;
}

a {
  color: yellow;
}

a:link {
  color: yellow;
}

a:visited {
  color: yellow;
}

a:hover {
  color: white;
}

a:active {
  color: yellow;
}

.logo {
	margin-left: 550px;
}

.yellow_text {
	color: yellow
}

#header {
	display: flex;
	color: yellow;
	font-size: 45px;
	border: solid black 1px;
	background: linear-gradient(to bottom, #d8d8d8, #b2b2b2);
	background-image: url('textures/stone.png');
	height: 80px;
	width: 900px;
	margin: auto;
	margin-bottom: 13px;
	box-shadow: 7px 7px rgba(0, 0, 0, 0.65);
	text-shadow: 0 0 5px  #ff9f43, 0 0 10px #ff8c1a, 0 0 15px #ff7a00;

}

#header_content {
	padding: 10px;
	display: flex;
}

#logo {
	margin-top: 5px;
}

#container {	
	border: solid black 1px;
	background: linear-gradient(to bottom, #d8d8d8, #b2b2b2);
	background-image: url('textures/stone.png');
	min-height: 750px;
	width: 900px;
	margin: auto;
	margin-bottom: 13px;
	box-shadow: 7px 7px rgba(0, 0, 0, 0.65);
}

#container2 {
	
}

#container_content {
	color: white;
	background-image: url('textures/stone_dark.png');
	padding: 10px;
	border: inset lightgray 3px;
	margin: auto;
	width: 770px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#container_content_outward {
	font-size: 20px;
	background-image: url('textures/stone_slab.png');
	color: darkred;
	padding: 5px;
	border: outset lightgray 3px;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 300px;
}

#general_info {
	color: yellow;
	font-size: 16px;
	text-align: center;
	background-image: url('textures/stone_dark.png');
	padding: 10px;
	border: inset lightgray 3px;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 370px;
}

#general_info_title {
	
}

#version {
	font-size: 40px;
	background-image: url('textures/stone_slab.png');
	color: darkred;
	padding: 5px;
	border: outset lightgray 3px;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 300px;
}

#container_navigation {
	height: 40px;
	padding: 0px;
	border: inset 3px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#screenshots_container {
	background-image: url('textures/stone_dark.png');
	display: flex;
	border: inset lightgray;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#screenshot {
	border: solid black 2px;
	padding: 5px;
	height: 100%;
	width: 533px;
}

#screenshot_title {
	background-image: url('textures/stone_slab.png');
	color: black;
	border: outset lightgray;
	margin-top: 5px;
	padding: 2px;
}

#ip_and_version {
	background-image: url('textures/stone_slab.png');
	font-size: 20px;
	color: black;
	display: flex;
	border: outset lightgray;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 10px;
	width: 500px;
	height: 60px;
}

#ip_title {
	color: black;
	border: inset lightgray;
	margin-left: 10px;
	margin-right: 10px;
	width: 250px;
}

#mcversion_title {
	border: inset lightgray;
	margin-left: 10px;
	margin-right: 10px;
	width: 250px;
}

#ip {
	color: yellow;
	border: solid black 1px;
	background-image: url('textures/stone_dark.png');
}

#mcversion {
	color: yellow;
	border: solid black 1px;
	background-image: url('textures/stone_dark.png');
}

#footer {
	color: white;
	border: solid black 1px;
	background: linear-gradient(to bottom, #d8d8d8, #b2b2b2);
	background-image: url('textures/stone.png');
	height: 60px;
	width: 900px;
	margin: auto;
	margin-bottom: 13px;
	box-shadow: 7px 7px rgba(0, 0, 0, 0.65);
}

#footer_content {
	padding: 10px;
	margin: auto;
	margin-top: 1px;
}