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
		
}

h2.center  {
font-family: 'Almarai', sans-serif !important;
	     display: flex;
      justify-content: center;
	font-size: 20px;
	user-select: none;
	position: relative;
	color: black
		
}

h3  {
font-family: 'Almarai', sans-serif !important;
	text-align: center;
	font-size: 20px;
	user-select: none;
	position: relative;
	left: 25vw;
	bottom: 20vh;
	color: aliceblue
		
}
div.relative {
	position: relative
}
div.absolute  {
	user-select: none;
	position: absolute ;
  bottom: 10px;
  right: 10px;
	color: aliceblue
		
}

div.left  {
	user-select: none;
	position: absolute ;
  bottom: 0px;
  left: 10px;
	color: aliceblue
		
}

p {
	user-select: none;
	font-family:  Arial, sans-serif;
}

a:link {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a.dark:link {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

.invisible:hover {
	color:transparent
}
body {
  overflow: hidden; /* Hide scrollbars */
}

img { filter: invert(84%) sepia(10%) saturate(260%) hue-rotate(183deg) brightness(111%) contrast(106%) drop-shadow(0 200px 200px aliceblue);

}

/* Style the video: 100% width and height to cover the entire window */
#myVideo {
    background-size:cover;
    filter:blur(1px);
    height:auto;
	left:50%;
    min-width:100%;
    min-height:100%;
    position:absolute;
    top:50%;
	transform:translateX(-50%) translateY(-50%);
    width:auto;
    z-index:-100;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    transition: opacity 0.3s ease-in-out;
  }
  .overlay.active {
    display: block;
    opacity: 1;
  }
  .popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 20px;
    width: 300px;
    text-align: center;
    z-index: 2;
    opacity: 0;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  }
  .popup.active {
    display: block;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  .close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
  }

.button{
	border: none;
	background-color: transparent;
	cursor: pointer;
}


.button:active {
	  transform: translateY(4px);
}
