body {
	background-image: url("images/pokeartbackgroundnew.png");
  background-color: #ffffff;
  max-width: auto;
	margin-left: auto;
	margin-right: auto;
  padding: 20px;
	font-family: "Luminari", "Georgia", serif;
	line-height: 1.6;
	}
h1,
h2,
h3,
h4,
h5,
h6 {
	text-align:center;
  max-width: 1200px;
  margin: 0 auto;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	margin-top: 24px;
	margin-bottom: 24px;
	}
h1 {
	font-size: 3em;
  font-weight: bolder;
  -webkit-text-stroke: .1px #000000;
	color: #ff0000;
  background: rgba(109, 174, 243, 0.80);
  border: 3px solid;
}
h2 {
	font-size: 2em;
  font-weight: bolder;
  -webkit-text-stroke: .1px #000000;
	color: #1b8d24;
  background: rgba(109, 174, 243, 0.80);
  border: 3px solid;
}
ul {
  list-style-type: circle;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  font-size: 22px;
  background: rgba(109, 174, 243, 0.80);
  border-radius: 6px;
  border: 3px solid #3c3c42;
  box-shadow: 3px 3px 6px #000;
}
blockquote {
  background: rgba(109, 174, 243, 0.80);
  border-radius: 6px;
  line-height: 1;
  border: 3px solid #000000;
  box-shadow: 3px 3px 6px #000000;
  padding-left: 1em;
  padding-left: 0.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-right: 0.5em;
  max-width: 900px;
  margin: 0 auto;
  color: #000000;
  font-size: large;
  font-family: serif;
}
footer {
  text-align: center;
  max-width: auto;
  background-color: #ffffffc0;
  color: black;
}
img {
  width: 50%;
  display: block;
  margin: auto;
  height: auto;
  border-radius: 6px;
  border: 3px solid #3c3c42;
  box-shadow: 3px 3px 6px #000;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #e5f461;
  border-color: #e5f461;
}
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

::-webkit-scrollbar-track {
  background: #1f1c25;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb {
  background-color: #3c3c42;
  border-radius: 6px;
  border: 3px solid #1f1c25;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #5a5466;
}

* {
  scrollbar-width: thick;
  scrollbar-color: #3c3c42 #1f1c25;
}

::-webkit-scrollbar-corner {
  background: #1f1c25;
}