.page-content {
	height: 100vh;
	background-color: transparent;
	color: #000;
	font-size: 75px;
	font-weight: 700;
	overflow-y: auto;
	position: relative;
	z-index: 99;
	line-height: 1;
	letter-spacing: 3px;
	user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    
}

.body-text {
	position: relative;
	line-height: 1.125;
	height: 3.375em;
	overflow: hidden;
}

.body-text-inner {

	-ms-overflow-style: none;
	scrollbar-width: none; 
/* 	white-space: nowrap; */
	text-align: right;
	height: 100%;
	overflow-y: auto;
/*
	height: 100px;
	display: flex;
	justify-content: end;
    flex-direction: row;
*/
	
}

.body-text-inner::-webkit-scrollbar {
  display: none;
}

.body-text-inner span {
/* 	padding: 0 50px; */
/*
	flex: 0 0 auto;
    width: auto;
*/
}

.btn-outline-light {
	color: #000;
	border: none;
	border-radius: 0;
	font-weight: 900;
	letter-spacing: 2px;
	font-size: 40px;
	text-transform: lowercase;
	
}
main {
	position: absolute;
	top: 0;
	left: 0;
}

h1 {
	margin-bottom: 50px;
}