html 					{overflow: -moz-scrollbars-vertical; -ms-overflow-y: scroll; overflow-y: scroll;} /* Keeps scrollbar on page always, prevents left-right shifting on centered pages */
body					{background-color: #222222; color: white; margin: 0 auto;}
img						{border: 0px;} /* Compatibility Fix */
a:link					{}
a:visited				{}
a:active				{}
a:hover					{}
h1 						{} /* Main Titles */
h2 						{} /* Sub Titles */
header					{text-align: center; font-family: 'Lobster', cursive; font-size: 1.2em; padding-top: 5px;}
footer					{text-align: center;}
main					{width: 1620px; max-width:100%; display: flex; flex-wrap: wrap; justify-content: center; margin: 0 auto;} /* Left and right margins must be set to "auto" to center */
.pimg					{height: 205px; display: inline-block; background-color: #494949; padding: 1px 4px; margin: 2px;}
.pimg div				{display: flex; flex-direction: column; justify-content: space-around;}
.pimg div div			{text-align: center; font-family: 'Oswald', sans-serif; font-size: 1.3em;}
.pimg div div div		{height:175px;}
.pimg div div div img	{width:150px;}