html {

	color: #4940a9;
	font-family: "Jacquard 24", system-ui;
  font-weight: 400;
  font-style: normal;
}

h1 {
	text-align: center;	

	}
	
	
body {
	
}

.banner {
	color: #73c575;
	font-family: "Jacquard 12", system-ui;
	font-size: 20px;
	font-weight: 400;
	border-width: 12px;
	border-style: groove;
	border-color: #d171d1;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 12px;
	padding: 1em;
}

.articles {
	font-size: 16px;
}

.articles > ul > li {
	list-style-type: none;
	font-size: 16px;
}

footer {
	font-family: "Jacquard 12", system-ui;
	text-align: center;
	font-weight: 400;
	font-size: 15px;
	color: #d3696e;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

