body { padding: 0; margin: 0; background: url('bg2.jpg') no-repeat 60% 60% fixed; 
	background-size: cover;
	font-family: 'Source Sans 3';  }
#unity-container { position: absolute }
#unity-container { width: 100%; height: 100% }
#unity-canvas { background: #231F20 }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
#unity-logo { width: 154px; height: 130px; background: url('unity-logo-dark.png') no-repeat center; background-size: contain }
#unity-progress-bar-empty { width: 141px; height: 18px; margin-top: 10px; margin-left: 6.5px; background: url('progress-bar-empty-dark.png') no-repeat center }
#unity-progress-bar-full { width: 0%; height: 18px; margin-top: 10px; background: url('progress-bar-full-dark.png') no-repeat center }
#unity-footer { 
	position: fixed; width: 100%; bottom: 0; margin-top: 5px;
	display: flex;
    justify-content: center;
	align-items: center;
	flex-direction: column;
	/*background-color: rgba(0, 0, 86, 0.5);  Semi-transparent blue background */
    backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	box-shadow: 0 0 40px 10px rgba(0, 0, 86, 0.5);
}
#unity-build-title { float: right; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px }
#unity-fullscreen-button { cursor:pointer; float: right; width: 38px; height: 38px; background: url('fullscreen-button.png') no-repeat center }
#enterar { 
    
    width: 60%; 
    height: 60px; 
    background-color: #ffffff; 
    display: flex; /* Changed from block to flex */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    border: 0;
    font-size: 120px; 
    z-index: 9999;
    border-radius: 30px; 
    box-shadow: 0 4px 8px rgba(255, 255, 255, 0.2); 
    transition: background-color 0.3s, transform 0.3s;
    color: white;
}
#loading-button-container{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

/* @media (orientation: landscape) {
	#unity-footer {
		height: 100%;
	}
} */

#description{
    width: 95%; 
    height: auto;
	margin: 10px;

	text-align: center;
	color: white;
	font-size: 1em;

}
#title-text {
	text-align: center;
	margin: 20px;
	color: white;
    width: 90%;
	font-size: 3.5em;
	font-weight: 300;
}
