* {
margin:0px;
padding:0px;
text-decoration: none;
overflow:hidden;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html{
    font-size:1em;
    line-height:1.5em;
}

html, body {
height:100%;
max-width:100%;
}

body {
background-color:#FFFFFF;
}


section {
	display: flex;
	align-content: center;
	min-height: 100%;
}

.touch-me {
	unicode-bidi: bidi-override;
	direction: rtl;
}

article {
	max-width:100%;
	text-align:center;
	flex: 1 1 100%;
}


h1 {
    padding-top: 100px;
}


h1 span span {
color:#4876FF;
}

p {
max-width:100%;
font-size:0.75em;
text-align:center;	
}

.text-area {
font-size: 8vw;
line-height: 14vw;
color:#56606A;
text-shadow: 5px 5px 5px #9D9D9D;
border-top: 1px solid #9D9D9D;
border-bottom: 1px solid #9D9D9D;
padding-bottom: 0.2em;
}