html, body {
                max-width: 100%;
                overflow-x: hidden;

            }
			body{
			    font-family:Roboto, sans-serif;
			    text-align:left;
				color: #FFFFFF;
				margin: 0;
				width: 100%;
			}
			
			.container{
			    width: 100%;
			    padding-bottom: 120px;
			    position: fixed;
			    z-index: -200;
			    overflow-y: hidden;
			}
			
			h1 {
			    font-size: 5em;
		            font-weight: 700;
                            line-height: 10%;
		            text-transform: uppercase;
			}
			
			h2 {
			    font-size: 2em;
				font-weight: 200;
				text-transform: uppercase;
				color: #FFFFFF;
			}
			
            .kncopy {
                /*background-color: #000000;
                background-color: rgba(255,255,255,0.2);*/
                width:100%;
                padding-top:60px;
                padding-bottom:220px;
                position: absolute;
                top:0;
                left:0;
	            z-index: 200;
	            overflow-y: hidden;
	        }
	
	        .notch {
	            background-color: #FFF;
	            height: 5px;
	            width: 3.7%;
	        }
	
	        .knmessage {
	            max-width: 20%;
	            font-size: 1em;
	            line-height: 1.5em;
	        }
	
			
@media screen and (max-width: 750px), screen and (max-device-width: 750px) {
    .knmessage {
	    max-width: 90%;
	    max-height: 60%;
	    font-size: 3em;
	    line-height: 1.5em;
	        }
}