body {
	text-align: center;
	align-items: center;
}

span {
	font-size: 500%;
	color: #111;
	font-family: 'Source Sans Pro', sans-serif;
}

.container {
      display: flex;
      height: 100vh;
      justify-content: center;
      align-items: center;
}