#pagination {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
}

body>header {
	background: radial-gradient(circle at 10% 20%, rgb(39, 199, 171) 0%, rgb(70, 143, 197) 90%);
	--border: white;
	--text: white;
	color: white;
}