@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&display=swap');

.arjs-loader {
	font-family: 'Ubuntu', sans-serif;
	font-size: 12px;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(9, 31, 55, 0.8);
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
}

.arjs-loader div {
	text-align: center;
	font-size: 1.25em;
	color: white;
}

#howtostart {
	margin: auto;
	position: absolute;
	top: 0%;
    left: 50%;
	width: 100%;
    height: auto;
    transform: translate(-50%, 0%);
}

#bottombox {
	margin: auto;
	position: absolute;
	bottom: 0%;
	left: 50%;
	width: 100%;
	height: auto;
	transform: translate(-50%, 0%);
}


img { 
    max-width: 80%; 
    height: auto; 
	display: block;
	margin-left: auto;
	margin-right: auto;
}

a:link {color: #f04b75;}
a:visited {color: #f04b75;}
a:hover {color: #f04b75;}
a:active {color: #f04b75;} 