body {
    background-color: black;
}

.wrapper {
    margin:0 auto;
}

h2 {
	font-weight: bold;
	color: green;
}

div.Facebook {
	float:left;
	background: black;
	height: 220px;
	width: 220px;
	max-width: 220px;
	max-height: 220px;
	overflow: hidden;
	border: 1px solid green;
	color: green;
	border-left: none;
	border-top:none;
}

div.Facebook .head {
	text-align: center;
	color: blue;
	font-family: "topazplus", "Courier New", monospace;
	padding-top: 5px;
}

div.Facebook .text {
	display: table-cell;
	text-align: left;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 5px;
	font-family: "topazplus", "Courier New", monospace;
}

div.Facebook .image img{
        width: auto;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	max-width: 100%;
}

div.Facebook .vid img {
  width: auto;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}

div.Twitter {
	float:left;
	color: green;
	background: black;
	height: 220px;
	width: 220px;
	max-width: 220px;
	max-height: 220px;
	overflow: hidden;
	border: 1px solid green;
	border-left: none;
	border-top:none;
}

div.Twitter .head{
	text-align: center;	
  	color: #4099FF;
	font-family: "topazplus", "Courier New", monospace;
	padding-top: 5px;
}

div.Twitter .text {
	display: table-cell;
	text-align: left;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 5px;
	font-family: "topazplus", "Courier New", monospace;
}

div.Twitter .image img {
    width: auto;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    max-width: 100%;
}

