.absolute-center {
  margin: auto;
  position: absolute;
  top: 50%; left: 0; bottom: 0; right: 0;
  transform: translateY(-50%);
}

.main-block {
	max-width: 500px;
	text-align: center;
}

.smaller {
	font-size: 20;
}

.jobtitle {
	font-size: 15;
	padding-top: 5px;
	display: inline-block;
}

body {
	background-color: #ededed;
}

.hidden {
	display: none;
}