* {margin: 0; padding: 0}
body {
    background: #000;
    font-family: 'Play', sans-serif;
}
canvas{
    position:absolute;
    left:0;
    top:0;
    z-index:-1;
  }
.content {   
    position: absolute;
    top: 40%;
    width: 95%;
    z-index:0 
}

.text_typing p {
	color: #fff;
	font-size: 72px;
    margin:0 -50% 0 -50%;
    text-align: center;
    border: 1px solid black;
    overflow: hidden;
    width: 100%;
    height: 200px;
    position:relative;
    left: 50%;
}

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

@media (max-width: 480px) {	
	.text_typing p{font-size: 54px;}	
}	

.text_word {
	font-weight: 600;
	line-height: 1;
}

.languanges {
    position: absolute;
    top: 16px;
    right: 16px;
}

.languanges input {
    margin: 4px;
}
