.main {
	text-align: center;
	min-height: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main img {
	width: 100%;
	max-width: 800px;
}

.merchLink {
	text-align: center;
	text-align: center;
	width: 100%;
}

.merchLink img {
	width: 100%;
	max-width: 400px;
}

.twitterLink {
	display: inline-block;
	font-size: 40px;
	text-align: center;
	margin-bottom: 50px;;
	padding: 10px;
}

.twitterLink:hover {
	color: pink;
	background-color: blueviolet;
	-webkit-transform: rotateZ(-30deg);
	-ms-transform: rotateZ(-30deg);
	transform: rotateZ(-30deg);
}

.socialContainer {
	text-align: center;
}