/* v1.02 of my website's theme
This is the first theme I am baking for my personal website.
Last updated : 16/08/2025 */

* {
	margin: 0;
	box-sizing: border-box;
}
body {
	background-image: linear-gradient(rgb(73, 2, 55) 80%, rgb(221, 119, 60));
	min-height: 100vh;
	width: max-width;
}
img {
	width: auto;
	max-width: 100%;
}
h1 {
	text-align: center;
	color: rgb(243, 203, 118);
	font-family: "Jersey 25", Arial, sans-serif;
	text-shadow: 2px 2px #C08911;
}
#NavBar {
	list-style-type: none;
	padding: 0;
	text-align: center;
	outline-style: solid;
	outline-width: medium;
	outline-color:rgb(255, 209, 110);
	background: rgba(255, 194, 62, 0.8);
}
.navigation {
	display: inline;
	padding: 15px;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	color: rgb(80, 6, 216);
}
/* TEMPORARY CATEGORY */
.test {
	font-family: Arial, Verdana, sans-serif;
	font-size: small;
	font-weight: bold;
	color: black;
}
img {
	width: auto;
	max-width: 100%;
}
p {
	color: rgb(243, 203, 118);
	font-family: Arial, Verdana, sans-serif;
}
.button {
	background-color: lightseagreen;
}
footer {
	text-align: center;
}