html {
	scroll-behavior: smooth;
}

body {
	font-family: "Times New Roman", "Times", Georgia, serif;
	max-width: 650px;
	margin: auto;
	padding: 1rem;
	line-height: 1.6;
}

h1 {
	font-size: 1.5rem;
}

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

li {
	margin-bottom: 0.5rem;
}

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

a:hover {
	text-decoration: underline;
}

time {
	display: block;
	font-size: 0.85rem;
	color: rgb(35, 35, 35);
}