
            
           
            .chrome {
	            max-width: 90%;
                max-width: 800px;
                margin: 120px auto;
                color: white;
                
                text-align: center;
                margin: 50px auto;

            }
            
            .h1 {
	            font-size: 7vh;
            }
            
            .h2 {
	            font-size: 20vh;
	            margin-top: 0.5em;
            }
            
            .img-container {
				position: absolute;
				bottom: 0;
				left: 0;
				right: 0;
	        	margin: 0 auto;
	        	width: 100vw;
	        	text-align: center;
	        	z-index: 0;
	        	height: 25vh;
	        	max-height: 400px
            }
            
            .img {
	            max-width: 1000px;
	            display: inline-block;
				position:absolute;
	        	bottom: 0;   
	        	left: calc(50% - 10px); 
	        	transform: translate(-50%,25%);
            }
             :root {
                --header-image: url('https://cytospam.neocities.org/IMG_0234.png');
                --body-bg-image: url('https://cytospam.neocities.org/bgs/IMG_0172.png');

                /* colors */
                --content: #fff164;
            }

            .blink {
			  animation: 2s linear infinite condemned_blink_effect;
			}
			
			@keyframes condemned_blink_effect {
			  0% {
			    visibility: hidden;
			  }
			  50% {
			    visibility: hidden;
			  }
			  100% {
			    visibility: visible;
			  }
			}

			.chrome .turq {
				color: #6bbbb0;
			}
				
			.chrome .yell {
				color: #d7d859;
			}
			
			.chrome .pink {
				color: #bc7192;
			}
			
			.chrome .blue {
				color: #498fee;
			}


       