.thid, .thco {
	position: absolute;
	width: 100%;
	height: 50vh;
}
.thid {
	background: rgba(0,0,0,0.4); 
	border-bottom:1px solid #2C3E50;  
}
.thco {
	top: 50vh;
	background: rgba(0,0,0,0.2); 
}
.thit {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 45vh;
}
.thfo {
	position: absolute;
	bottom: 35;
	text-align: center;
	width: 100%;
	font-size: 12pt;
}
.thpi {
	height: 80px;
	width: 80px;
	margin-right:20px;
}
body {
	margin: 0;
	background-color: #000000;
}
@font-face {
	font-family: 'hel';
	src: URL('hel.ttf') format('truetype');
}
.thbu {
  color:#E5E7E9;
  font-weight: bold;
  margin: 0;
  font-family: hel;
  font-size: 19pt;
  text-decoration: none; 
}
.thbu:hover {
   background-color: #1e1e1e; 
   color:#FDFEFE;
}