/* CSS files add styling rules to your content */

	body {
        color: white;
        font-family: "Andalé Mono", Andalé Mono, monospace;
        margin: 10px;
		display: flex;
  		padding: 10px;
  		width: 50vw;
		margin-left: 40px;
  		height: 100vh;
		justify-content: center;
		align-items: center;
		background-color: black;
		}

	#arrow {
  		cursor: pointer;
  		font-size: 60px;
  		text-align: left;
  	    color: white;
  	    max-width: 33px;
        margin-bottom: 1px;
		line-height: .9;
		opacity: .9;
		}


	.box {
		background-color: rgba(255, 255, 255, 0.8);
		border: 5px solid #333;
		padding: 20px;
		max-width: 600px;
		min-width: 200px;
		margin-top: 40px;
		margin-right: 40px;
		margin-left: 40px;
        margin-bottom: 40px;
		line-height: 1;

		}
		
	img {
  max-width: 70%; /* Set the maximum width of the image to 100% of its container */
  height: auto; /* Automatically adjust the height to maintain the aspect ratio */
		}
    
	.hidden-content {
		display: none;
		margin-top: 10px;
		}

      
	pre {
		color: white;
		font-size: 16px;
		margin-bottom: 1px;
		min-width: 100px;
		width: auto;
		display: inline-block;
		line-height: 1.5;
		background: black;
		opacity: 1;
		}
      
	pre1 {
	    color: white;
        font-size: 18px;
        margin-bottom: 1px;
		width: auto;
		line-height: 1;
		background: black;
		opacity: .9;
		}
      
	pre2 {
    	color: black;
    	font-size: 14px;
    	margin-bottom: 1px;
    	width: auto;
		display: inline-block;
    	line-height: 1; 
    	background: white;
    	opacity: 1;
		}

	pre3 {
        color: black;
		font-size: 16px;
        text-decoration: none;
		width: auto;
		line-height: 1;
		background: white;
		opacity: 1;
		}
		
	pre4 {
    	color: black;
    	font-size: 14px;
    	margin-bottom: 1px;
    	width: auto;
    	line-height: 1; 
    	background: white;
    	opacity: 1;
		}

	buttontop {
	    color: grey;
        font-size: 60px;
        margin-bottom: 1px;
		line-height: 1;
		background: white;
		opacity: .8;
		}
		
		
	a {
        color: black;
		font-size: 16px;
        text-decoration: none;
		width: auto;
		line-height: 1;
		background: white;
		opacity: 1;
        
		}
	a:hover {
		color: white;
		background: black;
		line-height: 1;
		opacity: .75;
		}
      
      
	subtext {
	    color: black;
        font-style: italic;
        font-size: 14px;
        line-height: 1;
		background: white;
		opacity: 1;
		}

	button {
		display: inline-block;
		font-size: 16px;
		padding: 10px;
		margin: 10px;
		}

	p 	{
		background-color: rgba(255,255,255,0.7);
		font-color: black;
		}



	canvas {
		overflow-y: hidden;
		position: fixed;
		background-size: cover;
		top: 0px;
		left: 0px;
		z-index: 0;
		--w: min(100vh, 100vw);
		margin: auto;
  		display: block;
		}

	* 	{
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		-webkit-tap-highlight-color: transparent;
		-webkit-touch-callout: none;
		}

	#main {
		position: absolute;
		top: 10px;
		left: 10px;
		z-index: 1;
		}

	.spacer {
		width: 512px;
		height: 512px;
		position: relative;

		}

	.spacer-small {
		width: 128px;
		height: 128px;
		position: relative;

		}