body {
	margin-top: 20%;
	text-align: center;
	font-family: Arial;
	font-size: 150px;
	font-weight: bold;
	color: #000000;
}

#share {
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: 140px;
  margin-left: -70px;
  font-weight: normal;
  font-size: 11px;
  padding: 3px;
  background-color: #d7e4fe;
  border: 1px dashed #3b5998;
}

img {
  border: 0px;
  vertical-align: middle;
}

a {
  color: #3b5998;
  outline: none;
  text-decoration: none;
}

#underline:hover {
  text-decoration: underline;
}