h1 {color:white;}

/* 
	Default font size - 16px
*/

/* HTML Selectors */
body {
	background-color: #000000;
}

h1,
h2 {
	text-align: center;
  font-family: "Cinzel", serif;
  font-weight: normal;
}

p {
	font-family: "Lato", sans-serif;
  font-size: 1rem;
}

ul,
ol {
	display: inline-block;
}

img {
	max-width: 100%;
}

/* IDs */
#Serebii,
#Serebii {
	border: 2px solid black;
}
#graphicalenhancements {
	border: 2px solid lightgrey;
  background-color: #D3D3D3;
}
#challengingpostgame {
	border: 2px solid lightgrey;
  background-color: #D3D3D3;
}

/* Classes */
.box {
	background-color: lightgrey;
  text-align: center;
  padding: 0.5em;
  margin: 0 1em 1.5em;
  border-radius: 1em;
}