/* v1.02 of my website's theme
This is the first theme I am baking for my personal website.
Last updated : 16/08/2025 */

body {
	background-image: linear-gradient(rgb(52, 29, 54) 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;
}
p {
	color: rgb(243, 203, 118);
	font-family: Arial, Verdana, sans-serif;
}
.button {
	background-color: lightseagreen;
}
footer {
	text-align: center;
}