* {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: Arial;
	line-height: 1;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
	text-decoration: none;
}
::-webkit-input-placeholder { 
	text-transform: uppercase;
	color: #4d4f53;
	padding-top: 6px;
	opacity: 1 !important;
}
::-moz-placeholder {
	text-transform: uppercase;
	color: #4d4f53;
	padding-top: 6px;
	opacity: 1 !important;
}
:-ms-input-placeholder {
	text-transform: uppercase;
	color: #4d4f53;
	padding-top: 6px;
	opacity: 1 !important;
}
:-moz-placeholder {
	text-transform: uppercase;
	color: #4d4f53;	
	padding-top: 6px;
	opacity: 1 !important;
}
html, body {
    max-width: 100%;
    overflow-x: hidden;
}
#header {
	text-align: center;
	background: #de0076;
}
.text {
	text-align: center;
	margin: 20px;
	font-size: 20px;
}
a {
	font-size: inherit;
	text-decoration: underline;
	color: #000000;
}