    html {
        height: 100%;
    }
    body {
        height: 100%;
        margin: 0px;
        background-image: linear-gradient(black, #2b2b2b);
    }

    #canvas {
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      -webkit-tap-highlight-color: transparent;
      user-select: none;
      touch-action: none;
    }

    /* Once supported state is known, show the button */
    [data-supported] {
      width: 100px !important;
      transition: 0.5s;
    }

    /* If not supported, we dim out */
    [data-supported='0'] {
      opacity: 0.25;
    }

    #version {
      text-align: right;
      position: absolute;
      right: 10px;
      bottom: 10px;
      color: white;
      font-size: 18pt;
      font-family: monospace;
      /*display: none; */
      z-index: 99999;
    }

    #version a {
      transition: opacity 0.5s;
      opacity: 0;
    }

    #version:hover a{
      opacity: 1;
    }

	#at1 {
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		object-fit: cover;
		z-index: 10;
		/* pointer-events: none; */
		visibility: hidden;
	}
	
	#at2 {
		position: fixed;
		top: 10vh;
		left: 15px;
		width: 30vw;
		z-index: 11;
		pointer-events: none;
		visibility: hidden;
		padding: 20;
		transition: 0.5s;
	}
	#at3 {
		position: fixed;
		bottom: 0;
		left: 0;
    width: 20vw;
    height: 30vw;
    max-width: 262px;
    max-height: 350px; 
    min-height: 320px;
    min-width: 232px;
    background-image: url('images/PSv2iTextBlob1.png'); 
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;
		z-index: 11;
		font-size: 1rem;
		opacity: 0.85;
		visibility: hidden;
		transition: 0.5s;
		
	}

  #at4 {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 11;
		visibility: hidden;
		transition: 0.5s;
	}

  #memstat {
		position: fixed;
		top: 0;
		right: 10px;
		z-index: 11;
    text-align: justify;
    direction: rtl;
    color: white;
    font-weight: bold; 
		visibility: hidden;
	}

	#at5 {
		position: fixed;
		bottom: 30px;
		left: calc(50vw - 100px);
    	width: 15vw;
    	height: 15vw;
    	max-width: 200px;
    	max-height: 200px; 
    	min-height: 200px;
    	min-width: 200px;
    	z-index: 11;	
    	visibility: hidden;
	}

  #at6 {
		position: fixed;
		bottom: 10px;
		left: calc(50vw - 90px);
    	width: 12vw;
      height: 3vw;
      max-width: 170px;
    	max-height: 40px; 
    	min-height: 40px;
    	min-width: 170px;
    	z-index: 11;	
    	visibility: hidden;
	}

  #at9 {
    background: rgb(153,153,255);
    background: linear-gradient(0deg, rgba(210, 210, 226, 0.839) 0%, rgb(223, 250, 255) 100%);
    border-color: rgba(230, 230, 230, 0.962);
    border-style: solid;
    border-radius: 1em;
    border-width: 1em;
    position: absolute;
    left: 0px;
    top: 10vh;
    width: 37vw;
    height: calc(100vh - 25vh);
    max-width: 27em;
    min-width: 25em;
    overflow-x: auto;
    overflow-y: auto;
    color: rgb(124, 180, 229);
    font-size: 20px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    z-index: 12;
    transition: transform 0.5s ease-out;
    visibility: hidden;
}
.disbx {
    margin: 1.4em; 
    text-wrap-mode:  auto;
}
.dtext1 {
    text-indent: 1em;
    color: rgb(137, 104, 104);
    text-align: center;
    font-size: 21px;
    line-height: 1.7em;
}
.dtext2 {
    color: rgb(137, 104, 104);
    text-align: left;
    font-size: 18px;
}
.dtext3 {
    text-indent: 1em;
    color: rgb(137, 104, 104);
    text-align: center;
    font-size: 12px;
}
h1 {
    margin-bottom: 1em;
}
h2 {
    margin-bottom: 1em;
}
h3 {
    margin-bottom: 1em;
}
h4 {
    margin-bottom: 1em;
}

a, a:visited, a:hover, a:active {
  color: inherit;
}

  #PO {
    position: fixed;
		top: 10vh;
		left: calc(90vw - 170px);
    max-height: 100vh;
    padding-bottom: 1px ;
    /*background-color: rgba(200, 200, 255, 0.4); */
    z-index: 11;
    visibility: hidden;

  }
  #PO1 {
    	width: 15vw;
    	height: 15vw;
      max-width: 160px;
    	max-height: 160px; 
    	min-height: 100px;
    	min-width: 100px;
	}
  #PO2 {
    	width: 15vw;
    	height: 15vw;
      max-width: 160px;
    	max-height: 160px; 
    	min-height: 100px;
    	min-width: 100px;
	}
  #PO3 {
    	width: 15vw;
    	height: 15vw;
      max-width: 160px;
    	max-height: 160px; 
    	min-height: 100px;
    	min-width: 100px;
	}

  #welc {
		color: white;
		height: 10vw; 
		padding-left: 25px;
		padding-right: 25px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
    @keyframes tbfi {
        0% {opacity: 0;}
        100% {opacity: 0.85;}
        
    }
    @-moz-keyframes tbfi {
        0% {opacity: 0;}
        100% {opacity: 0.851;}
        
    }
    @-webkit-keyframes tbfi {
        0% {opacity: 0;}
        100% {opacity: 0.85;}
        
    }
    @-o-keyframes tbfi {
        0% {opacity: 0;}
        100% {opacity: 0.85;}
        
    }