body {
    
    padding-top: 70px;
	padding-right: 10px ;
	padding-left: 10px ;
	padding-bottom:40px ; 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 75px;
	line-height: 1.3;
	letter-spacing: -0.5px;
	font-weight: bold;
	color:#F08080;
	background-image: linear-gradient(to top, #FF83E5 0%, #FF8A5E 50%)
}


.header {

	max-width:180px;
	padding: auto;
}

	h4 {
	padding-bottom: 1px;
	padding-top: 100px;
	padding-left: 200PX;
	text-align: center;
	font-size: 200%;
	font-weight: bold;
	line-height: 1;

	color:#BB1502;
	background-color:;
	
	letter-spacing: 0.5em;
    word-spacing: 0.5em;
	text-transform: uppercase;


}
.container {

max-width:810px;
	margin-right: auto;
	margin-left: auto;}


h1{

	font-size: 0px;
	color: black;
}


h2 {
	font-size: 60%;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
}

h3 {
	padding-bottom: 100px;
	padding-right: 400px;
	font-size: 120%;
	font-weight: bold;
	line-height: 1;
	color: white;
	letter-spacing: 0.5em;
	
	
}

    p {
	font-size: 60%;
	line-height: 1.3;
	text-align: justify;
  
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px white;
	
	



}

    a {
	color: #F08080;
	font-weight: bold;
	text-decoration: none;

	-webkit-animation-name: blinker;
    -webkit-animation-duration: 1.0s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:ease-in-out;
    -webkit-animation-direction: alternate;
     -webkit-text-fill-color: fill;
    
}
@-webkit-keyframes blinker {
  from {opacity: 1.2; color: #E1CFFE}
  to {opacity: 1.2;color: #BB1502}
}
	text-decoration-color: white;
	
	
}

    a:hover {
	color: #7B68EE;
}