*
{
padding: 0px;
margin: 0px;
font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
font-weight: 200;
}

header
{
	height: 120px;
	padding-top: 0px;
	padding-bottom: 0px;
	display: block grid;
	background-color: #4F4D4C;
	flex-direction: column;
	align-items: end;
	background-size: cover;
	justify-content: space-evenly;
}

h1 
{
  	color: white;
 	font-size: 25px;
 	font-style: thin;
 	margin: 10px 5% 0 5%;
}

h2 
{
  	color: #fefcf5;
  	font-size: 25px;
  	font-style: thin;
 	margin: 10px 5% 0 5%;
}

html
{
        display: flex;
        flex-flow: row nowrap;  
        justify-content: center;
        align-content: top;
        align-items: center;
        margin: 0;
        padding: 0;
        background:#111111;
}

body
{
	background-color: gray;
	max-width: 1024px;
	align-items: top;
	margin-bottom: 0px;
}

img 
{
	margin: 0px 0px 0px;
	Top: 0;
	position: relative;
	max-width: 100%;
}

.column 
{
  float: left;
  margin-left: 10px;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42%; 
  padding: 10px;
}

.row::after 
{
  content: "";
  clear: both;
  display: flex;
}

footer 
{
  	left: 0;
  	bottom: 0;
  	width: 100%;
  	hight: 100px;
	background-color: #4F4D4C;
  	text-align: center;
}

a:link 
{
  color: #4F4D4C;
  background-color: transparent;
  text-decoration: none;
}

a:visited 
{
  color: #111111;
  background-color: transparent;
  text-decoration: none;
}

a:hover 
{
  color: white;
  background-color: transparent;
  text-decoration: underline;
}