h1  {
font-family: 'Almarai', sans-serif !important;
text-align: center;
	font-size: 200px;
	user-select: none;
	position: relative;
	color: aliceblue
		
}

h2  {
font-family: 'Almarai', sans-serif !important;
	     display: flex;
      justify-content: left;
	font-size: 20px;
	user-select: none;
	position: relative;
	color: aliceblue
		
}

h3  {
font-family: 'Almarai', sans-serif !important;
	text-align: center;
	font-size: 20px;
	user-select: none;
	position: relative;
	left: 30vw;
	bottom: 20vh;
	color: aliceblue
		
}
div.relative {
	position: relative
}
div.absolute  {
	user-select: none;
	position: absolute ;
  bottom: 10px;
  right: 10px;
	color: aliceblue
		
}

div.center  {
	display: flex;
		justify-content: center;
		
}

html, body, .center2 {
    height: 100%;
}

div.center2  {
	display: flex;
		justify-content: center;
	    align-items: center;
	height: 100%;
}

div.left  {
	user-select: none;
	position: absolute ;
  bottom: 0px;
  left: 10px;
	color: aliceblue
		
}

a:link {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

body {
  overflow: hidden; /* Hide scrollbars */
}

.button{
	border: none;
	background-color: transparent;
	cursor: pointer;
}


.button:active {
	  transform: translateY(4px);
}


img { filter: invert(84%) sepia(10%) saturate(260%) hue-rotate(183deg) brightness(111%) contrast(106%) drop-shadow(0 200px 200px aliceblue);

}