body {
	background-color: black;
	color: lime;
	font-family: "Courier New", Courier, monospace;
	text-align: center;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
a {
	color: lime;
	text-decoration: none;
	padding: 0 10px;
}
.qu-code {
	max-width: 20%;
	height: auto;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 20px 0;
	box-shadow: inset 0 0 0 2px lime;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
}
li {
	margin: 0 10px;
}
.active {
	text-decoration: underline;
}

body {
	background-color: black;
	color: lime;
	font-family: "Courier New", Courier, monospace;
	text-align: center;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
a {
	color: lime;
	text-decoration: none;
	padding: 0 10px;
}
img {
	max-width: 100%;
	height: auto;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 20px 0;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
}
li {
	margin: 0 10px;
}
form {
	display: flex;
	flex-direction: column;
	align-items: center;
}
input,
textarea {
	min-width: 20vw;
	margin: 10px 0;
	padding: 10px;
	background: none;
	border: 1px solid lime;
	color: lime;
}
input[type="submit"] {
	cursor: pointer;
}
.guestbook-entries {
	margin-top: 20px;
}
.guestbook-entry {
	border-top: 1px solid lime;
	padding: 10px 0;
}
.active {
	text-decoration: underline;
}

body {
	background-color: black;
	color: lime;
	font-family: "Courier New", Courier, monospace;
	text-align: center;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
a {
	color: lime;
	text-decoration: none;
	padding: 0 10px;
}
img {
	max-width: 20%;
	height: auto;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 20px 0;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
}
li {
	margin: 0 10px;
}
.active {
	text-decoration: underline;
}

#pagination {
	margin-top: 20px;
	text-align: center;
	margin-bottom: 50px;
}

#pagination button {
	background-color: #333;
	color: #0f0;
	padding: 5px 15px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 8px;
	transition-duration: 0.4s;
}

#pagination button:hover {
	background-color: #555;
}

.linklist a {
	padding: 5px;
	text-decoration: underline;
}

.youtubelist a {
	text-decoration: underline;
}

/* Media Query for small screens */
@media (max-width: 768px) {
	.linklist {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.linklist a {
		padding: 5px;
	}

	body {
		font-size: 18px;
	}

	h1 {
		font-size: 24px;
	}

	h2 {
		font-size: 16px;
	}

	header ul {
		flex-direction: 0;
		align-items: 0;
	}

	header li {
		margin: 5px 0;
	}
	header li a {
		font-size: 18px;
	}
}

/* Mobile styles for the guestbook */
@media (max-width: 768px) {
	body {
		flex-direction: column;
		padding-top: 100px; /* To account for the fixed header */
	}
	header {
		background-color: rgba(0, 0, 0, 0.9); /* Make header more opaque */
	}
	#guestbookForm {
		margin-bottom: 20px;
		margin-top: 30vh;
	}
}

/* IMG  */
@media (max-width: 768px) {
	img {
		max-width: 40%;
		height: auto;
	}
}

footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 10px 0;
	text-align: center;
	box-shadow: inset 0 0 0 2px lime, 0 -2px 0 lime;
}
body {
	position: relative;
	min-height: 100vh;
	padding-bottom: 40px; /* Space for the footer */
}
