h1{
	text-align: center;
	font-size: 85px;
}
.container {
  position: relative;
  text-align: center;
  color: white;
}

.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bottom{
	position: relative;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 0%);
	text-align: center;
}
.text-left{
	display: -ms-inline-grid;
	padding: 10px;
	padding-left: 50px;
	font-size: 18px;
}
.text-right{
	position:absolute;
	top:  50%;
	left: 25%;
	display:-ms-inline-grid;
	padding: 10px;
	padding-left: 400px;
	font-size: 18px;
}
