.box {
	margin-top: 100px;
	z-index: 1;
	line-height: 130px;
	font-size: 72px;
	font-style: normal;
	font-weight: normal;
	padding: 20px;
	margin-left: -200px;
	left: 50%;
	position: absolute;
	height: 160px;
	width: 400px;
}

body {
	color: black;
	text-align: center;
	font-family: georgia;
	cursor: default;
			 -webkit-transition: color 0.5s linear;


}

.red {
	display: inline;
	color: #ff1000;

}

.black {
	display: inline;
}

.bubble {
	padding: 100px;
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	background-image: url(sb.jpg);
	height: 304px;
	width: 430px;
}

.hey {
	color: #3d5aff;
	display: inline;
	visibility: hidden;
}

.twit {
	padding: 0px;
	top: 250px;
	position: absolute;
	margin-top: 10px;
	margin-left: -250px;
	left: 50%;
	width: 500px;
}

.flick {
	margin-left: -250px;
	left: 50%;
	position: absolute;
	top: 750px;
}


