@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;700&display=swap');

body {
	max-width: 500px;
	margin: 20px auto;
	background-color: #ffffff;
	color: #333;
	font-family: "Noto Serif", serif;
}

h1 {
	text-align: center;
}

p {
}

a {
	color: rgb(100, 150, 200);
	text-decoration: none;
}

a:link {
	color: rgb(100, 150, 200);
}

a:active {
	color: rgb(100, 150, 200);
}

a:visited {
	color: rgb(100, 150, 200);
}

a:hover {
	color: rgb(50, 75, 100);
}
