a {
	text-decoration: none; /* Remove the underline */
	color: inherit; /* Use the color inherited from the parent */
}

table {
	width: 100%;
	border-collapse: collapse;
}

th, td {
	border: 2px solid rgb(103, 101, 74); /* Add a solid border around cells */
	padding: 1px; /* Add some padding to cells */
	text-align: center; /* Center align text within cells */
	background-color: #333;
}

.WhiteTextDiv3 {
	color: rgb(250, 250, 250);
}

/* Set relative width using percentages */
th:nth-child(1), td:nth-child(1) {
	width: 33%;  /* Adjust percentage as needed */
}

th:nth-child(2), td:nth-child(2) {
	width: 33%;  /* Adjust percentage as needed */
}

.container {
	display: flex;
	justify-content: center;
	align-items: center;
}

.column {
	flex: 1;
	padding: 0px;
	text-align: center;
}

.container1 {
	flex-direction: row;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 2.4%;
}

.column1 {
	width: 30%;
	height: 100%;
	padding: 0px;
	padding-top: 0%;
	text-align: center;
}



h1 {
	text-align: center;
	
}
h2 {
	text-align: center;
	
}

.fadein {
	opacity: 0;
	transition: opacity 1s ease-in-out;
	text-align: center;
}

.div1 {
	text-align: center;
	
}

.div2 {
	font-size: 20px;
	text-align: center;
}

.div3 {
	text-align: center;
	/*font-size: 130%;*/
	font-weight: 400;
}

.div4 {
	text-align: center;
	
}

.page {
	color: rgb(247, 179, 5)
	/*color: rgb(219, 160, 7);*/
}

.DevLog {
	border: 2px solid rgb(103, 101, 74);
	text-align: center;
	background-color: #dbdbdb;
	margin-top: 1%;
	margin-bottom: 1%;
	font-size: 130%;
}

footer {
	background-color: #333;
	color: #fff;
	padding: 6px;
	text-align: center;
	line-height: 0.7; /* Decrease line spacing */
}

