body{

	color:rgba(255,0,0,.5);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
}

h1{
	font-family: 'futura', sans-serif;
	color: rgb(255,105,180);
	size: 40px;
	}

p{
	color: white;
	font-family: helvetica;
	font-weight: bold;
	size: 10px;
  	}

