@import "tailwindcss";

header {
	text-align: center;
	font-family: "VT323", monospace;
	font-optical-sizing: auto;
	font-weight: 900;
	font-style: normal;
	font-variation-settings:
	"ROND" 0;
}

body {
	font-family: "Special Gothic", sans-serif;
}

#quote {
	font-family: "Cairo Play", sans-serif;
}

h2, h3, h4, h5 {
	color: #333;
}

ul {
	list-style-type: disc;
	margin-left: 20px;
}

a {
	color: blue;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

footer {
	text-align: center;
}

/* Responsive adjustments */
@media (max-width: 600px) {
	body {
		margin: 10px;
	}
}
