


@import url('https://fonts.googleapis.com/css?family=Teko&display=swap');


body {
 
    font-family: 'Teko', sans-serif;
    font-size: 40px;
    cursor: pointer;
    background-image: url("bg.gif");
    background-size: cover;
}

*:focus {
    outline: none;
}


#klick {
    margin: 0 auto;
    position: relative;
    display: table;
}



@media (max-width: 767px) {
    #klick { 
    padding:30px;
        max-width: 350px;}
}

p {
    word-wrap: break-word;
    height: 100%;
     padding-left:20px;
    padding-right: 20px;
    letter-spacing: 0.03em;     
    
        position: absolute!important;
    top: 1070px !important;
}

@media (max-width: 768px) { 
    p { 
    font-size: 30px;}}

@media (max-width: 767px) { 
    p { 
    font-size: 24px;
    top: 600px !important;
    }}

@media (max-width: 375px) { 
    p { 
    padding-top: 0px;}}

.container { 
        height: 1200px;}

.line-1{
    position: relative;
    top: 50%;  
    width: 100%;
    margin: 0 auto;
    border-right: 2px solid rgba(255,255,255,.75);
    
    text-align: center;
    
    overflow: hidden;
    transform: translateY(-50%); 
    color: #39ff14
    ;
}

/* Animation */
.anim-typewriter{
  	-webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	        animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}



input { 
    height:100%
    width: 100%;
    border: none;
    font-family: 'Teko', sans-serif !important;
    }

form {
    height: 100%;
    width: 100%;
}
.button { 
    color: #ffffff;
     height: 100%;
    width: 100%;}

.klick { 
    height: 100%;
    width: 100%;}


.fb_iframe_widget {
    display: block !important;
    position: relative  !important;
    margin: 0 auto  !important;
    width: 90px  !important;
    top: 50px;
}