body {
	background-image: url(https://img.freepik.com/free-photo/gray-grunge-surface-wall-texture-background_1017-18216.jpg?t=st=1738032197~exp=1738035797~hmac=afef6f5de5ff197c91d2cc436b53d249574f94316ee11cfd87ff74838e58a775);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	font-family: Courier New, monospace;
	margin: 0;
}


.container {
	width: 100%;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	background-image: url(https://img.freepik.com/free-photo/gray-grunge-surface-wall-texture-background_1017-18216.jpg?t=st=1738032197~exp=1738035797~hmac=afef6f5de5ff197c91d2cc436b53d249574f94316ee11cfd87ff74838e58a775);
	gap: 10px;
	align-items: flex-start
}

.left,
.right {
	width: 40%;
	height: 100%;
	border: 2px solid black;
	box-sizing: border-box;
	padding: 20px;
	background-color: #b8b4b4
}

th,
td {
	border: 1px solid black;
	border-radius: 10px;
}

table p {
	padding: 10px;
}

.nav-container {
    display: flex;
    justify-content: center;
    background: #3E3F29;
    padding: 10px 0;
}

.nav {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    gap: 16px;
    font-size: 20px;
    font-weight: 600;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: #DBE4C9;
}