
div.main {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 800px;
	font-family: Helvetica, Arial, Sans-Serif;
}
img.logo {
	width: 595px;
	height: 595px;
}
img.socialbutton {
	width: 292;
	height: 108;
}
.row {
	display: flex;
}
.column {
	flex: 50%;
	padding: 5px;
}
table {
	border: 0;
}
td {
	padding: 5px;
}
a:link {
	text-decoration: none;
	color: rgb(72, 72, 72);
}
a:visited {
	text-decoration: none;
}
